MCPcopy Create free account
hub / github.com/Noumena-Network/code / writeLines

Method writeLines

src/ink/output.ts:296–307  ·  view source on GitHub ↗
(x: number, y: number, lines: string[])

Source from the content-addressed store, hash-verified

294 }
295
296 writeLines(x: number, y: number, lines: string[]): void {
297 if (lines.length === 0) {
298 return
299 }
300
301 this.operations.push({
302 type: 'writeLines',
303 x,
304 y,
305 lines,
306 })
307 }
308
309 clip(clip: Clip) {
310 this.operations.push({

Callers 2

output.test.tsFile · 0.80
renderNodeToOutputFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected