Method
fetch
(args: {
fs: object;
http: object;
dir: string;
url?: string;
remote?: string;
ref?: string;
remoteRef?: string;
depth?: number;
singleBranch?: boolean;
tags?: boolean;
prune?: boolean;
headers?: Record<string, string>;
onAuth?: AuthCallback;
onProgress?: ProgressCallback;
onMessage?: MessageCallback;
cache?: object;
})
Source from the content-addressed store, hash-verified
| 52 | /** isomorphic-git subset used by the network family. */ |
| 53 | export interface IsomorphicGitNetworkClient { |
| 54 | fetch(args: { |
| 55 | fs: object; |
| 56 | http: object; |
| 57 | dir: string; |
Tested by
no test coverage detected