MCPcopy
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

sendWireMethod · 0.95
sendCommandMethod · 0.95
commandMethod · 0.95
exhaustLoopMethod · 0.95
onceFunction · 0.80
onDataFunction · 0.80
[Symbol.asyncIterator]Function · 0.80
hasNextFunction · 0.80
nextFunction · 0.80
tryNextFunction · 0.80
forEachFunction · 0.80
toArrayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected