MCPcopy Create free account
hub / github.com/freecodexyz/free-code / shouldIncludeInStreamlined

Function shouldIncludeInStreamlined

src/utils/streamlinedTransform.ts:199–201  ·  view source on GitHub ↗
(message: StdoutMessage)

Source from the content-addressed store, hash-verified

197 * Useful for filtering before transformation.
198 */
199export function shouldIncludeInStreamlined(message: StdoutMessage): boolean {
200 return message.type === 'assistant' || message.type === 'result'
201}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected