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

Function emit

test/unit/sdam/srv_polling.test.ts:244–249  ·  view source on GitHub ↗
(prev, current)

Source from the content-addressed store, hash-verified

242 ];
243
244 function emit(prev, current) {
245 topology.emit(
246 'topologyDescriptionChanged',
247 new TopologyDescriptionChangedEvent(topology.s.id, prev, current)
248 );
249 }
250
251 expect(srvPoller.start).to.not.have.been.called;
252 emit(topologyDescriptions[0], topologyDescriptions[1]);

Callers 1

Calls 1

emitMethod · 0.65

Tested by

no test coverage detected