MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isChainParticipant

Function isChainParticipant

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

Source from the content-addressed store, hash-verified

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

Callers 2

insertMessageChainMethod · 0.85
recordTranscriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected