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

Method getMore

src/cursor/change_stream_cursor.ts:161–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159 }
160
161 override async getMore(): Promise<CursorResponse> {
162 const response = await super.getMore();
163
164 this.maxWireVersion = maxWireVersion(this.server);
165 this._processBatch(response);
166
167 this.emit(ChangeStream.MORE, response);
168 this.emit(ChangeStream.RESPONSE);
169 return response;
170 }
171}

Callers

nothing calls this directly

Calls 3

_processBatchMethod · 0.95
maxWireVersionFunction · 0.90
emitMethod · 0.65

Tested by

no test coverage detected