MCPcopy Index your code
hub / github.com/ZenNotes/zennotes / append

Function append

apps/desktop/src/main/raycast-integration.ts:372–374  ·  view source on GitHub ↗
(chunk: unknown)

Source from the content-addressed store, hash-verified

370 let timer: NodeJS.Timeout | null = null
371
372 const append = (chunk: unknown): void => {
373 output = truncateOutput(output + String(chunk))
374 }
375 child.stdout.on('data', append)
376 child.stderr.on('data', append)
377

Callers 15

GenerateDemoTourMethod · 0.85
RemoveDemoTourMethod · 0.85
wikiResolveTargetFunction · 0.85
ExtractTagsFunction · 0.85
ExtractWikilinksFunction · 0.85
ParseTasksFunction · 0.85
normalizeFavoritesFunction · 0.85
ListNotesMethod · 0.85
ListFoldersMethod · 0.85

Calls 1

truncateOutputFunction · 0.85

Tested by

no test coverage detected