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

Method checkSignal

lib.commonjs/utils/fetch.js:103–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 }
102 get cancelled() { return this.#cancelled; }
103 checkSignal() {
104 (0, errors_js_1.assert)(!this.cancelled, "cancelled", "CANCELLED", {});
105 }
106}
107exports.FetchCancelSignal = FetchCancelSignal;
108// Check the signal, throwing if it is cancelled

Callers 2

checkSignalFunction · 0.45
getUrlFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected