Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
constructor
Method · 0.95
callback
Method · 0.95
Calls
1
close
Method · 0.95
Tested by
no test coverage detected