MCPcopy Index your code
hub / github.com/codeaashu/claude-code / transform

Function transform

src/ink/render-to-screen.ts:223–223  ·  view source on GitHub ↗
(id: number)

Source from the content-addressed store, hash-verified

221 const row = p.row + rowOffset
222 if (row < 0 || row >= screen.height) return false
223 const transform = (id: number) => stylePool.withCurrentMatch(id)
224 const rowOff = row * screen.width
225 for (let col = p.col; col < p.col + p.len; col++) {
226 if (col < 0 || col >= screen.width) continue

Callers 1

applyPositionedHighlightFunction · 0.85

Calls 1

withCurrentMatchMethod · 0.80

Tested by

no test coverage detected