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

Method is

src/cmap/wire_protocol/responses.ts:238–240  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

236 }
237
238 static override is(value: unknown): value is CursorResponse {
239 return value instanceof CursorResponse || value === CursorResponse.emptyGetMore;
240 }
241
242 private _batch: OnDemandDocument | null = null;
243 private iterated = 0;

Callers 7

checkOutMethod · 0.45
commandMethod · 0.45
writeCommandMethod · 0.45
readManyMethod · 0.45
fetchAccessTokenMethod · 0.45
fetchAccessTokenMethod · 0.45
selectServerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected