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

Method refresh

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

Source from the content-addressed store, hash-verified

1223 return this.timeoutContext.csotEnabled();
1224 }
1225 override refresh(): void {
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 }

Callers 3

hasNextFunction · 0.45
nextFunction · 0.45
tryNextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected