MCPcopy Create free account
hub / github.com/codeaashu/claude-code / constructor

Method constructor

src/ink/events/click-event.ts:32–37  ·  view source on GitHub ↗
(col: number, row: number, cellIsBlank: boolean)

Source from the content-addressed store, hash-verified

30 readonly cellIsBlank: boolean
31
32 constructor(col: number, row: number, cellIsBlank: boolean) {
33 super()
34 this.col = col
35 this.row = row
36 this.cellIsBlank = cellIsBlank
37 }
38}
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected