MCPcopy Create free account
hub / github.com/cloudflare/computer / fetch

Method fetch

packages/computer/src/git/index.ts:278–278  ·  view source on GitHub ↗

Fetch refs from a remote.

(options?: GitFetchOptions)

Source from the content-addressed store, hash-verified

276 checkout(options: GitCheckoutOptions): Promise<void>;
277 /** Fetch refs from a remote. */
278 fetch(options?: GitFetchOptions): Promise<FetchResult>;
279 /** Push local refs to a remote. */
280 push(options?: GitPushOptions): Promise<PushResult>;
281 /** Fetch and merge in one step. */

Callers 15

fetchMethod · 0.65
fetchFunction · 0.65
runFetchFunction · 0.65
fetchPortMethod · 0.65
entrypoint.test.tsFile · 0.65
writeFunction · 0.65
symlinkFunction · 0.65
readFunction · 0.65
runtimeFunction · 0.65
fetchMethod · 0.65
writeFunction · 0.65

Calls

no outgoing calls

Tested by 8

fetchFunction · 0.52
writeFunction · 0.52
symlinkFunction · 0.52
readFunction · 0.52
runtimeFunction · 0.52
writeFunction · 0.52
readFunction · 0.52
execFunction · 0.52