MCPcopy Create free account
hub / github.com/6174/comflowyspace / isExecutingError

Function isExecutingError

packages/common/types/comfy-message.types.ts:56–58  ·  view source on GitHub ↗
(m: Message<keyof MessageType>)

Source from the content-addressed store, hash-verified

54 },
55
56 isExecutingError(m: Message<keyof MessageType>): m is Message<'execution_error'> {
57 return m.type === 'execution_error'
58 },
59
60 isStatus(m: Message<keyof MessageType>): m is Message<'status'> {
61 return m.type === 'status'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected