isControl property

bool get isControl

Whether this is a reliable-sync reverse-channel control frame (ResyncRequest / OutboxAck) — no node content, so permission filtering and blob spilling are the identity on it. Mirrors IpcMessage::is_control.

Implementation

bool get isControl => isResyncRequest || isOutboxAck;