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

Function isSystemLocalCommandMessage

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

Source from the content-addressed store, hash-verified

1822}
1823
1824export function isSystemLocalCommandMessage(
1825 message: Message,
1826): message is SystemLocalCommandMessage {
1827 return message.type === 'system' && message.subtype === 'local_command'
1828}
1829
1830/**
1831 * 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