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

Method text

utils/upload.ts:210–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208 }
209
210 async text(): Promise<string> {
211 return typeof this.xhr.response === "string"
212 ? this.xhr.response
213 : this.xhr.responseText;
214 }
215
216 async json(): Promise<unknown> {
217 return JSON.parse(await this.text());

Callers 15

jsonMethod · 0.95
uploadToNestFunction · 0.80
uploadToEzHostFunction · 0.80
uploadTo0x0Function · 0.80
uploadToS3Function · 0.80
uploadToCatboxFunction · 0.80
uploadToLitterboxFunction · 0.80
uploadToGofileFunction · 0.80
uploadToTmpfilesFunction · 0.80
uploadToBuzzheavierFunction · 0.80
uploadToTempShFunction · 0.80
uploadToFilebinFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected