Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/deployd/deployd
/ addCallback
Function
addCallback
lib/script.js:209–211 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
207
208
var
realThen = realPromise._then;
209
var
addCallback =
function
() {
210
events.emit(
'addCallback'
);
211
};
212
var
finishCallback =
function
() {
213
events.emit(
'finishCallback'
);
214
};
Callers
1
wrapPromise
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected