Skip to main content

redact_placement_expr

Function redact_placement_expr 

Source
pub fn redact_placement_expr(expr: &Expr) -> Expr
Expand description

Returns a copy of expr with sensitive placement data redacted.

Walks the expression under the default StreamSecurityPolicy, replacing flagged strings, symbols, large binary payloads, and host-device references with redaction placeholders so placement reports can be safely transported.