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

Method timeoutMS

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

Source from the content-addressed store, hash-verified

1232 return this.timeoutContext.maxTimeMS;
1233 }
1234 get timeoutMS(): number | null {
1235 return this.timeoutContext.csotEnabled() ? this.timeoutContext.timeoutMS : null;
1236 }
1237 override refreshed(): CursorTimeoutContext {
1238 return new CursorTimeoutContext(this.timeoutContext.refreshed(), this.owner);
1239 }

Callers

nothing calls this directly

Calls 1

csotEnabledMethod · 0.45

Tested by

no test coverage detected