MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / failed

Method failed

modules/network/ping/ping.js:75–78  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

73 this.write(this.#address, values.buffer);
74 }
75 failed(message) {
76 this.#callback(Ping.error, message);
77 this.close();
78 }
79 close() {
80 Timer.clear(this.#timer);
81 this.#timer = undefined;

Callers 2

constructorMethod · 0.95
callbackMethod · 0.95

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected