MCPcopy Create free account
hub / github.com/ScattrdBlade/bigFileUpload / json

Method json

utils/upload.ts:216–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214 }
215
216 async json(): Promise<unknown> {
217 return JSON.parse(await this.text());
218 }
219}
220
221function setXhrUploadProgress(event: ProgressEvent) {

Callers 9

uploadToNestFunction · 0.80
uploadToEzHostFunction · 0.80
uploadToGofileFunction · 0.80
uploadToTmpfilesFunction · 0.80
uploadToZiplineFunction · 0.80
uploadToNestFunction · 0.80
uploadToEzHostFunction · 0.80
uploadToGofileFunction · 0.80
uploadToTmpfilesFunction · 0.80

Calls 1

textMethod · 0.95

Tested by

no test coverage detected