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

Method inspect

src/utils.ts:931–933  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

929 }
930
931 inspect(): string {
932 return `new HostAddress('${this.toString()}')`;
933 }
934
935 toString(): string {
936 if (typeof this.host === 'string') {

Callers 3

diffFunction · 0.80
afterEachLoggingMethod · 0.80

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected