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