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

Function loadHttp

packages/computer/src/git/index.ts:386–389  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

384 return gitPromise as Promise<T>;
385 };
386 const loadHttp = (): Promise<object> => {
387 if (!httpPromise) httpPromise = loadDefaultHTTP();
388 return httpPromise;
389 };
390 const loadDiffPatch = (): Promise<CreatePatchFn> => {
391 if (!createPatchPromise) createPatchPromise = loadCreatePatch();
392 return createPatchPromise;

Callers 4

cloneFunction · 0.85
fetchFunction · 0.85
pushFunction · 0.85
pullFunction · 0.85

Calls 1

loadDefaultHTTPFunction · 0.85

Tested by

no test coverage detected