Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ cursor
Method
cursor
src/cmap/wire_protocol/responses.ts:245–247 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
243
private iterated = 0;
244
245
get cursor() {
246
return
this.get(
'cursor'
, BSONType.object, true);
247
}
248
249
public get id(): Long {
250
try {
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected