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

Method toString

src.ts/utils/fetch.ts:479–481  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

477 }
478
479 toString(): string {
480 return `<FetchRequest method=${ JSON.stringify(this.method) } url=${ JSON.stringify(this.url) } headers=${ JSON.stringify(this.headers) } body=${ this.#body ? hexlify(this.#body): "null" }>`;
481 }
482
483 /**
484 * Update the throttle parameters used to determine maximum

Callers 15

constructorMethod · 0.45
toJSONMethod · 0.45
hexlifyByteFunction · 0.45
toBeHexFunction · 0.45
toBeArrayFunction · 0.45
formatUnitsFunction · 0.45
encodeBase64Function · 0.45
stringifyFunction · 0.45
parseUnitsFunction · 0.45
getTagFunction · 0.45
toJsonFunction · 0.45
stringifyFunction · 0.45

Calls 1

hexlifyFunction · 0.90

Tested by

no test coverage detected