Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ throwIfAborted
Method
throwIfAborted
src/cmap/connection.ts:680–682 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
678
}
679
680
private throwIfAborted() {
681
if
(this.error) throw this.error;
682
}
683
684
/**
685
* @internal
Callers
15
sendWire
Method · 0.95
sendCommand
Method · 0.95
command
Method · 0.95
exhaustLoop
Method · 0.95
once
Function · 0.80
onData
Function · 0.80
[Symbol.asyncIterator]
Function · 0.80
hasNext
Function · 0.80
next
Function · 0.80
tryNext
Function · 0.80
forEach
Function · 0.80
toArray
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected