Skip to main content

hh_cli/safety/
mod.rs

1pub fn sanitize_tool_output(output: &str) -> String {
2    output.replace('\0', "")
3}