Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ reject
Method
reject
src/timeout.ts:118–120 ·
view source on GitHub ↗
(rejection?: Error)
Source
from the content-addressed store, hash-verified
116
}
117
118
static override reject(rejection?: Error): Timeout {
119
return
new
Timeout(undefined, { duration: 0, unref: true, rejection });
120
}
121
}
122
123
/** @internal */
Callers
15
operations.ts
File · 0.80
cleanup
Method · 0.80
sessions.test.ts
File · 0.80
fnThatReturnsBadPromise
Function · 0.80
retryable_writes.spec.prose.test.ts
File · 0.80
non-server-retryable_writes.test.ts
File · 0.80
cursor_stream.test.ts
File · 0.80
updateEmployeeInfo
Function · 0.80
utils.test.ts
File · 0.80
serverSelectionTimeout
Method · 0.80
timeoutForSocketWrite
Method · 0.80
timeoutForSocketRead
Method · 0.80
Calls
no outgoing calls
Tested by
2
fnThatReturnsBadPromise
Function · 0.64
updateEmployeeInfo
Function · 0.64