MCPcopy Index your code
hub / github.com/danmactough/node-feedparser / done

Function done

examples/complete.js:66–73  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

64}
65
66function done (err) {
67 if (err) {
68 console.log(err, err.stack);
69 return process.exit(1);
70 }
71 server.close();
72 process.exit();
73}
74
75// Don't worry about this. It's just a localhost file server so you can be
76// certain the "remote" feed is available when you run this example.

Callers 11

feedparser.jsFile · 0.85
bad.jsFile · 0.85
angle-brackets.jsFile · 0.85
xmlbase.jsFile · 0.85
api.jsFile · 0.85
trailing-meta.jsFile · 0.85
link.jsFile · 0.85
category.jsFile · 0.85
namespaces.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected