MCPcopy Create free account
hub / github.com/block/buzz / joinLifecycleText

Function joinLifecycleText

desktop/src/features/agents/ui/agentSessionTranscript.ts:390–394  ·  view source on GitHub ↗
(existing: string, next: string)

Source from the content-addressed store, hash-verified

388}
389
390function joinLifecycleText(existing: string, next: string) {
391 if (!existing) return next;
392 if (!next) return existing;
393 return `${existing}\n${next}`;
394}
395
396function upsertLifecycleItem(
397 d: TranscriptDraft,

Callers 2

upsertTextItemFunction · 0.85
upsertLifecycleItemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected