Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ isQuicError
Method
isQuicError
lib/internal/quic/quic.js:1034–1036 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
1032
#
type
;
1033
1034
static isQuicError(val) {
1035
return
val != null && typeof val ===
'object'
&& #errorCode in val;
1036
}
1037
1038
/**
1039
* @param {string} message
Callers
2
destroy
Method · 0.80
fail
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected