pub fn emit_raw(bytes: &[u8])Expand description
GAP-SG-50: writes bytes to stdout verbatim, with no trailing newline and
no JSON envelope. Used by read --format raw so the pure memory body can be
piped without a jaq -r '.body' round-trip. A BrokenPipe error is
silenced gracefully.