Skip to main content

emit_process_unredacted

Function emit_process_unredacted 

Source
pub fn emit_process_unredacted<T: Serialize>(
    code: &str,
    payload: &T,
) -> Result<(), Error>
Expand description

Emit a result with redaction disabled through the process-wide route.

This is reserved for explicit reveal commands whose payload contains no unrelated secrets.