Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/di-sukharev/opencommit
/ cancel
Method
cancel
out/cli.cjs:69218–69220 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69216
if
(done)
69217
return
ctrl.close();
69218
const
bytes = encoder.encode(JSON.stringify(value) +
"\n"
);
69219
ctrl.enqueue(bytes);
69220
} catch (err) {
69221
ctrl.error(err);
69222
}
69223
},
Callers
nothing calls this directly
Calls
1
return
Method · 0.45
Tested by
no test coverage detected