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

Method clear

src/cursor/abstract_cursor.ts:1228–1230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1226 if (typeof this.owner !== 'symbol') return this.timeoutContext.refresh();
1227 }
1228 override clear(): void {
1229 if (typeof this.owner !== 'symbol') return this.timeoutContext.clear();
1230 }
1231 override get maxTimeMS(): number | null {
1232 return this.timeoutContext.maxTimeMS;
1233 }

Callers 5

hasNextFunction · 0.45
nextFunction · 0.45
tryNextFunction · 0.45
rewindFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected