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

Method length

src/utils.ts:660–662  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

658 private count: number;
659
660 get length() {
661 return this.count;
662 }
663
664 get [Symbol.toStringTag]() {
665 return 'List' as const;

Callers 15

sessions.test.tsFile · 0.45
auth.prose.test.tsFile · 0.45
collations.test.jsFile · 0.45
testFunction · 0.45
find.test.tsFile · 0.45
insert.test.tsFile · 0.45
testFunction · 0.45

Calls

no outgoing calls

Tested by 4

testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
executeSDAMTestFunction · 0.36