MCPcopy Index your code
hub / github.com/nodejs/node / createIterResult

Function createIterResult

lib/events.js:1034–1036  ·  view source on GitHub ↗
(value, done)

Source from the content-addressed store, hash-verified

1032}
1033
1034function createIterResult(value, done) {
1035 return { done, value };
1036}
1037
1038function eventTargetAgnosticRemoveListener(emitter, name, listener, flags) {
1039 if (typeof emitter.removeListener === 'function') {

Callers 3

nextFunction · 0.85
eventHandlerFunction · 0.85
closeHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected