source-graph-stream-client
    Preparing search index...

    Type Alias PathSearchResult

    type PathSearchResult = {
        branches: string[];
        commit: string;
        language: string;
        path: string;
        pathMatches: {
            end: { column: number; line: number; offset: number };
            start: { column: number; line: number; offset: number };
        };
        repoLastFetched: string;
        repository: string;
        repositoryID: number;
        repoStars?: number;
        type: "path";
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    branches: string[]
    commit: string
    language: string
    path: string
    pathMatches: {
        end: { column: number; line: number; offset: number };
        start: { column: number; line: number; offset: number };
    }
    repoLastFetched: string
    repository: string
    repositoryID: number
    repoStars?: number
    type: "path"