Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/di-sukharev/opencommit
/ onError
Method
onError
out/cli.cjs:58350–58352 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
58348
"use strict"
;
58349
module2.exports =
class
DecoratorHandler {
58350
constructor(handler) {
58351
this.handler = handler;
58352
}
58353
onConnect(...args) {
58354
return
this.handler.onConnect(...args);
58355
}
Callers
nothing calls this directly
Calls
1
onError
Method · 0.45
Tested by
no test coverage detected