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

Method map

src/cursor/find_cursor.ts:67–69  ·  view source on GitHub ↗
(transform: (doc: TSchema) => T)

Source from the content-addressed store, hash-verified

65 }
66
67 override map<T>(transform: (doc: TSchema) => T): FindCursor<T> {
68 return super.map(transform) as FindCursor<T>;
69 }
70
71 /** @internal */
72 async _initialize(session: ClientSession): Promise<InitialCursorResponse> {

Callers 15

mainFunction · 0.45
expand-tasks.mjsFile · 0.45
customSemverCompareFunction · 0.45
jquery.jsFile · 0.45
HeFunction · 0.45
ltFunction · 0.45
compareInputToSpecFunction · 0.45
setupMethod · 0.45
cleanupFunction · 0.45
request.jsFile · 0.45
constructorMethod · 0.45
urlMethod · 0.45

Calls

no outgoing calls

Tested by 15

waitForIndexesFunction · 0.36
cleanUpUsersFunction · 0.36
createUsersFunction · 0.36
_buildCursorMethod · 0.36
testFunction · 0.36
makeTestFunction · 0.36
readTestFilesForFunction · 0.36
testFunction · 0.36
repeatedCharFunction · 0.36
pruneEventsFunction · 0.36
makeCursorFunction · 0.36
runFunction · 0.36