Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TTLabs/EvaporateJS
/ onEnd
Function
onEnd
evaporate.js:1518–1522 ·
view source on GitHub ↗
(err)
Source
from the content-addressed store, hash-verified
1516
}
1517
1518
function
onEnd(err) {
1519
if
(err) { reject(err); }
1520
else
{ resolve(arr); }
1521
cleanup();
1522
}
1523
1524
function
onClose() {
1525
resolve(arr);
Callers
nothing calls this directly
Calls
3
reject
Function · 0.85
resolve
Function · 0.85
cleanup
Function · 0.85
Tested by
no test coverage detected