Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/di-sukharev/opencommit
/ _destroy
Method
_destroy
out/cli.cjs:56729–56732 ·
view source on GitHub ↗
(err, callback)
Source
from the content-addressed store, hash-verified
56727
}
56728
_read() {
56729
const
{ [kResume]: resume2 } = this;
56730
if
(resume2) {
56731
this[kResume] = null;
56732
resume2();
56733
}
56734
}
56735
_destroy(err, callback) {
Callers
nothing calls this directly
Calls
2
callback
Function · 0.85
_read
Method · 0.80
Tested by
no test coverage detected