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

Method csotEnabled

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

Source from the content-addressed store, hash-verified

1220 return this.timeoutContext.timeoutForSocketRead;
1221 }
1222 override csotEnabled(): this is CSOTTimeoutContext {
1223 return this.timeoutContext.csotEnabled();
1224 }
1225 override refresh(): void {
1226 if (typeof this.owner !== 'symbol') return this.timeoutContext.refresh();
1227 }

Callers 14

checkOutMethod · 0.45
sendWireMethod · 0.45
sendCommandMethod · 0.45
commandMethod · 0.45
writeCommandMethod · 0.45
constructorFunction · 0.45
timeoutMSMethod · 0.45
selectServerMethod · 0.45
createDataKeyMethod · 0.45
rewrapManyDataKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected