MCPcopy Index your code
hub / github.com/CapSoftware/Cap / send

Method send

apps/mobile/src/api/mobile.test.ts:430–433  ·  view source on GitHub ↗
(body: BodyInit)

Source from the content-addressed store, hash-verified

428 }
429
430 send(body: BodyInit) {
431 this.body = body;
432 this.onload?.();
433 }
434 }
435
436 const originalFetch = globalThis.fetch;

Callers 12

sendFunction · 0.45
waitForHarnessReadyFunction · 0.45
mainFunction · 0.45
createS3BucketFunction · 0.45
testOrganizationS3ConfigFunction · 0.45
invalidateVideoCacheFunction · 0.45
uploadWithTargetFunction · 0.45
invalidateResultCacheFunction · 0.45
s3Config.tsFile · 0.45
uploadWithPresignedPostFunction · 0.45
uploadWithXhrFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected