MCPcopy
hub / github.com/antfu-collective/taze / SliceRenderLine

Interface SliceRenderLine

src/render.ts:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136export interface SliceRenderLine {
137 content: string
138 fixed?: boolean
139}
140
141export function sliceRenderLines(
142 lines: SliceRenderLine[],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…