MCPcopy
hub / github.com/codeaashu/claude-code / write

Method write

src/ink/output.ts:241–253  ·  view source on GitHub ↗
(x: number, y: number, text: string, softWrap?: boolean[])

Source from the content-addressed store, hash-verified

239 }
240
241 write(x: number, y: number, text: string, softWrap?: boolean[]): void {
242 if (!text) {
243 return
244 }
245
246 this.operations.push({
247 type: 'write',
248 x,
249 y,
250 text,
251 softWrap,
252 })
253 }
254
255 clip(clip: Clip) {
256 this.operations.push({

Callers 15

fFunction · 0.45
loadSettingsFromFlagFunction · 0.45
mainFunction · 0.45
getInputPromptFunction · 0.45
runFunction · 0.45
parseChannelEntriesFunction · 0.45
resetCursorFunction · 0.45
setupFunction · 0.45
removeMessageByUuidMethod · 0.45
getConfigFunction · 0.45
writeFunction · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected