Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ constructor
Method
constructor
__tests__/fixtures/kernel-parity/torture.tsx:58–61 ·
view source on GitHub ↗
(private svc: BaseService)
Source
from the content-addressed store, hash-verified
56
57
class Plain {
58
constructor(private svc: BaseService) {
59
register(this.onEvent);
60
btn.on(
'click'
, this.handleClick);
61
}
62
onEvent() {}
63
handleClick() {}
64
}
Callers
nothing calls this directly
Calls
2
register
Function · 0.70
on
Method · 0.65
Tested by
no test coverage detected