MCPcopy
hub / github.com/mongodb/node-mongodb-native / run

Method run

test/tools/spec-runner/context.js:18–24  ·  view source on GitHub ↗
(opPromise)

Source from the content-addressed store, hash-verified

16 }
17
18 run(opPromise) {
19 if (this._killed || this._error) {
20 throw new Error('Attempted to run operation on killed thread');
21 }
22
23 this._promise = this._promise.then(() => opPromise).catch(e => (this._error = e));
24 }
25
26 finish() {
27 this._killed = true;

Callers 15

uFunction · 0.45
ltFunction · 0.45
runOnThreadMethod · 0.45
main.jsFile · 0.45
main.jsFile · 0.45
main.jsFile · 0.45
main.jsFile · 0.45
tickFunction · 0.45
AnimationFunction · 0.45
uFunction · 0.45
jnFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected