MCPcopy Create free account
hub / github.com/danmactough/node-feedparser / onEnd

Function onEnd

lib/feedparser.js:1288–1291  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1286 if (resolve) { resolve(); resolve = null; }
1287 }
1288 function onEnd () {
1289 ended = true;
1290 if (resolve) { resolve(); resolve = null; }
1291 }
1292 function onError (err) {
1293 error = err;
1294 if (resolve) { resolve(); resolve = null; }

Callers

nothing calls this directly

Calls 1

resolveFunction · 0.85

Tested by

no test coverage detected