Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ setCallbacks
Method
setCallbacks
typings/internalBinding/quic.d.ts:69–69 ·
view source on GitHub ↗
(callbacks: QuicCallbacks)
Source
from the content-addressed store, hash-verified
67
68
export
interface
QuicBinding {
69
setCallbacks(callbacks: QuicCallbacks): void;
70
flushPacketFreeList(): void;
71
72
readonly IDX_STATS_ENDPOINT_CREATED_AT: number;
Callers
1
test-quic-internal-setcallbacks.mjs
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected