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

Method processFunc

lib.commonjs/utils/fetch.js:354–356  ·  view source on GitHub ↗

* This function is called after each response, offering an * opportunity to provide client-level throttling or updating * response data. * * Any error thrown in this causes the ``send()`` to throw. * * To schedule a retry attempt (assuming the maximum retry limit

()

Source from the content-addressed store, hash-verified

352 * has not been reached), use [[response.throwThrottleError]].
353 */
354 get processFunc() {
355 return this.#process || null;
356 }
357 set processFunc(process) {
358 this.#process = process;
359 }

Callers 1

#sendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected