MCPcopy Create free account
hub / github.com/PageLeay/celestial-runtime / toString

Method toString

lib.esm/utils/fetch.js:405–407  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

403 this.#getUrlFunc = null;
404 }
405 toString() {
406 return `<FetchRequest method=${JSON.stringify(this.method)} url=${JSON.stringify(this.url)} headers=${JSON.stringify(this.headers)} body=${this.#body ? hexlify(this.#body) : "null"}>`;
407 }
408 /**
409 * Update the throttle parameters used to determine maximum
410 * attempts and exponential-backoff properties.

Callers 15

toJSONMethod · 0.45
stringifyFunction · 0.45
formatUnitsFunction · 0.45
encodeBase64Function · 0.45
toBeHexFunction · 0.45
toBeArrayFunction · 0.45
hexlifyByteFunction · 0.45
parseUnitsFunction · 0.45
splitBufferFunction · 0.45
_getAvatarMethod · 0.45
stringifyFunction · 0.45
_normalizeFunction · 0.45

Calls 1

hexlifyFunction · 0.90

Tested by

no test coverage detected