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

Function convertStreamEvent

src/remote/sdkMessageAdapter.ts:45–50  ·  view source on GitHub ↗

* Convert an SDKPartialAssistantMessage (streaming) to a StreamEvent

(msg: SDKPartialAssistantMessage)

Source from the content-addressed store, hash-verified

43 * Convert an SDKPartialAssistantMessage (streaming) to a StreamEvent
44 */
45function convertStreamEvent(msg: SDKPartialAssistantMessage): StreamEvent {
46 return {
47 type: 'stream_event',
48 event: msg.event,
49 }
50}
51
52/**
53 * Convert an SDKResultMessage to a SystemMessage

Callers 1

convertSDKMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected