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

Method finish

test/tools/cmap_spec_runner.ts:143–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141 }
142
143 async finish() {
144 this.#killed = true;
145 await this.#promise;
146 if (this.#error) {
147 throw this.#error;
148 }
149 }
150}
151
152/**

Callers 15

getTestOpDefinitionsFunction · 0.45
runCmapTestFunction · 0.45
main.jsFile · 0.45
main.jsFile · 0.45
main.jsFile · 0.45
main.jsFile · 0.45
main.jsFile · 0.45
main.jsFile · 0.45
main.jsFile · 0.45
main.jsFile · 0.45
main.jsFile · 0.45
main.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected