Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ #onError
Method
#onError
examples/io/tcp/tlssocket/tlssocket.js:147–149 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
145
this.#messageHandler();
146
}
147
#onError() {
148
this.#callbacks.onError?.();
149
}
150
#messageHandler(read) {
151
if
(!this.#ready) {
152
if
(this.#session.handshake(this.#socket)) {
Callers
15
constructor
Method · 0.95
#messageHandler
Method · 0.95
constructor
Method · 0.45
#readValue
Method · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
configure
Method · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
check
Method · 0.45
#readValue
Method · 0.45
Calls
1
onError
Method · 0.65
Tested by
no test coverage detected