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

Method toString

src/bulk/common.ts:397–399  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

395 }
396
397 toString(): string {
398 return `WriteError(${JSON.stringify(this.toJSON())})`;
399 }
400}
401
402/** Merges results into shared data structure */

Callers 8

handleReadResultFunction · 0.45
addressMethod · 0.45
streamIdentifierFunction · 0.45
commandMethod · 0.45
convertHeaderValueFunction · 0.45
constructorFunction · 0.45
buildCommandDocumentMethod · 0.45
prepareRequestFunction · 0.45

Calls 1

toJSONMethod · 0.95

Tested by

no test coverage detected