Method
pull
(args: {
fs: object;
http: object;
dir: string;
url?: string;
remote?: string;
ref?: string;
remoteRef?: string;
fastForward?: boolean;
fastForwardOnly?: boolean;
singleBranch?: boolean;
headers?: Record<string, string>;
onAuth?: AuthCallback;
onProgress?: ProgressCallback;
onMessage?: MessageCallback;
author?: { name: string; email: string };
committer?: { name: string; email: string };
cache?: object;
})
Source from the content-addressed store, hash-verified
| 86 | cache?: object; |
| 87 | }): Promise<PushResult>; |
| 88 | pull(args: { |
| 89 | fs: object; |
| 90 | http: object; |
| 91 | dir: string; |
Tested by
no test coverage detected