MCPcopy
hub / github.com/opentrace/opentrace / load

Method load

ui/src/runner/browser/loader/loaderInterface.ts:49–49  ·  view source on GitHub ↗

Fetch / read files and return a RepoTree.

(input: LoaderInput, options: LoaderCallOptions)

Source from the content-addressed store, hash-verified

47 canHandle(input: LoaderInput): boolean;
48 /** Fetch / read files and return a RepoTree. */
49 load(input: LoaderInput, options: LoaderCallOptions): Promise<RepoTree>;
50}

Callers 6

getPythonParserFunction · 0.80
getPhpParserFunction · 0.80
loadLanguageFunction · 0.80
loadParserFunction · 0.80
runMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 3

getPythonParserFunction · 0.64
getPhpParserFunction · 0.64
loadLanguageFunction · 0.64