MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / isDisplayableEntry

Function isDisplayableEntry

shared/thread-history.ts:16–20  ·  view source on GitHub ↗
(entry: SessionPathEntry)

Source from the content-addressed store, hash-verified

14}
15
16function isDisplayableEntry(entry: SessionPathEntry) {
17 return (
18 entry.type === 'message' || entry.type === 'custom_message' || entry.type === 'branch_summary'
19 )
20}
21
22function countDisplayableEntriesInRange(
23 entries: SessionPathEntry[],

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected