issue_tree
    Preparing search index...

    Interface RepoSource

    Provenance + result for a single repo discovered under a project tree.

    { file: '/repo/package.json', repo: 'StoneCypher/issue_tree', manifest: 'package.json' }
    
    interface RepoSource {
        file: string;
        manifest: string;
        repo: string;
    }
    Index

    Properties

    Properties

    file: string

    the absolute path of the manifest the repo was extracted from

    manifest: string

    a short, human-readable label for the manifest format (e.g. 'package.json', 'Cargo.toml', 'gemspec'); not necessarily a literal filename — for glob-matched formats (*.csproj, *.gemspec, *.podspec, etc.) this is the format family, not the individual filename

    repo: string

    the canonical owner/name GitHub slug