Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.70
wrapAsyncFunction
Function · 0.70
Calls
1
fn
Function · 0.85
Tested by
no test coverage detected