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

Method retryFunc

lib.commonjs/utils/fetch.js:363–365  ·  view source on GitHub ↗

* This function is called on each retry attempt.

()

Source from the content-addressed store, hash-verified

361 * This function is called on each retry attempt.
362 */
363 get retryFunc() {
364 return this.#retry || null;
365 }
366 set retryFunc(retry) {
367 this.#retry = retry;
368 }

Callers 1

#sendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected