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

Function isSystemLocalCommandMessage

src/utils/messages.ts:1529–1533  ·  view source on GitHub ↗
(
  message: Message,
)

Source from the content-addressed store, hash-verified

1527}
1528
1529export function isSystemLocalCommandMessage(
1530 message: Message,
1531): message is SystemLocalCommandMessage {
1532 return message.type === 'system' && message.subtype === 'local_command'
1533}
1534
1535/**
1536 * Strips tool_reference blocks for tools that no longer exist from tool_result content.

Callers 1

normalizeMessagesForAPIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected