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

Method getUrlFunc

lib.commonjs/utils/fetch.js:384–386  ·  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

382 * configurege a proxy or other agent.
383 */
384 get getUrlFunc() {
385 return this.#getUrlFunc || defaultGetUrlFunc;
386 }
387 set getUrlFunc(value) {
388 this.#getUrlFunc = value;
389 }

Callers 1

#sendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected