MCPcopy Index your code
hub / github.com/deployd/deployd / done

Function done

lib/script.js:110–115  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

108 events = new EventEmitter();
109
110 function done(err) {
111 if (isDone) return;
112 isDone = true;
113 events.removeAllListeners('finishCallback');
114 if (fn) fn(err);
115 }
116
117 if(domain) {
118

Callers 2

script.jsFile · 0.70
wrapAsyncFunctionFunction · 0.70

Calls 1

fnFunction · 0.85

Tested by

no test coverage detected