Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ removeActiveCursor
Function
removeActiveCursor
src/cursor/abstract_cursor.ts:64–66 ·
view source on GitHub ↗
(this: AbstractCursor)
Source
from the content-addressed store, hash-verified
62
export
type
CursorFlag = (typeof CURSOR_FLAGS)[number];
63
64
function
removeActiveCursor(this: AbstractCursor) {
65
this.client.s.activeCursors.delete(this);
66
}
67
68
/**
69
* @public
Callers
nothing calls this directly
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected