Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/di-sukharev/opencommit
/ clean
Function
clean
out/cli.cjs:24416–24420 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
24414
state2.jobs = {};
24415
}
24416
function
clean(key) {
24417
if
(typeof this.jobs[key] ==
"function"
) {
24418
this.jobs[key]();
24419
}
24420
}
24421
}
24422
});
24423
Callers
1
abort
Function · 0.85
Calls
1
deref
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…