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

Method getUrlFunc

lib.esm/utils/fetch.js:380–382  ·  view source on GitHub ↗

* This function is called to fetch content from HTTP and * HTTPS URLs and is platform specific (e.g. nodejs vs * browsers). * * This is by default the currently registered global getUrl * function, which can be changed using [[registerGetUrl]]. * If this has been

()

Source from the content-addressed store, hash-verified

378 * configurege a proxy or other agent.
379 */
380 get getUrlFunc() {
381 return this.#getUrlFunc || defaultGetUrlFunc;
382 }
383 set getUrlFunc(value) {
384 this.#getUrlFunc = value;
385 }

Callers 1

#sendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected