MCPcopy
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

62export type CursorFlag = (typeof CURSOR_FLAGS)[number];
63
64function removeActiveCursor(this: AbstractCursor) {
65 this.client.s.activeCursors.delete(this);
66}
67
68/**
69 * @public

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected