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

Method refreshed

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

Source from the content-addressed store, hash-verified

1235 return this.timeoutContext.csotEnabled() ? this.timeoutContext.timeoutMS : null;
1236 }
1237 override refreshed(): CursorTimeoutContext {
1238 return new CursorTimeoutContext(this.timeoutContext.refreshed(), this.owner);
1239 }
1240 override addMaxTimeMSToCommand(command: Document, options: { omitMaxTimeMS?: boolean }): void {
1241 this.timeoutContext.addMaxTimeMSToCommand(command, options);
1242 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected