MCPcopy 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
57class 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

registerFunction · 0.70
onMethod · 0.65

Tested by

no test coverage detected