MCPcopy 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

destroyMethod · 0.80
failMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected