MCPcopy
hub / github.com/claude-code-best/claude-code / isChainParticipant

Function isChainParticipant

src/utils/sessionStorage.ts:155–157  ·  view source on GitHub ↗
(m: Pick<Message, 'type'>)

Source from the content-addressed store, hash-verified

153 * by the progressBridge rewrite in loadTranscriptFile.
154 */
155export function isChainParticipant(m: Pick<Message, 'type'>): boolean {
156 return m.type !== 'progress'
157}
158
159type LegacyProgressEntry = {
160 type: 'progress'

Callers 2

insertMessageChainMethod · 0.85
recordTranscriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected