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

Function hasNestedThreadBranches

desktop/src/features/messages/lib/threadPanel.ts:314–318  ·  view source on GitHub ↗
(entries: readonly MainTimelineEntry[])

Source from the content-addressed store, hash-verified

312}
313
314export function hasNestedThreadBranches(entries: readonly MainTimelineEntry[]) {
315 return entries.some(
316 (entry) => entry.message.depth > 1 || entry.summary !== null,
317 );
318}
319
320function appendExpandedReplies(params: {
321 entries: MainTimelineEntry[];

Callers 2

MessageThreadPanelFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected