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

Method ok

src/bulk/common.ts:222–224  ·  view source on GitHub ↗

Evaluates to true if the bulk operation correctly executes

()

Source from the content-addressed store, hash-verified

220
221 /** Evaluates to true if the bulk operation correctly executes */
222 get ok(): number {
223 return this.result.ok;
224 }
225
226 /**
227 * Returns document_ids that were actually inserted

Callers 9

find.test.tsFile · 0.45
insert.test.tsFile · 0.45
crud_api.test.tsFile · 0.45
finishedFunction · 0.45
bulk.test.tsFile · 0.45

Calls

no outgoing calls

Tested by 1

finishedFunction · 0.36