MCPcopy Create free account
hub / github.com/QuantaAlpha/claude-code / isConnectorTextBlock

Function isConnectorTextBlock

src/types/connectorText.ts:7–9  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

5}
6
7export function isConnectorTextBlock(value: unknown): value is ConnectorTextBlock {
8 return !!value && typeof value === 'object' && 'text' in (value as Record<string, unknown>)
9}

Callers 5

AssistantMessageBlockFunction · 0.85
handleMessageFromStreamFunction · 0.85
stripSignatureBlocksFunction · 0.85
logAPISuccessAndDurationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected