(tracedecay_bin: &str, subcommand: &str)
| 866 | } |
| 867 | |
| 868 | pub(crate) fn hook_command(tracedecay_bin: &str, subcommand: &str) -> String { |
| 869 | hook_command_for_platform(tracedecay_bin, subcommand, cfg!(windows)) |
| 870 | } |
| 871 | |
| 872 | pub(crate) fn hook_command_for_platform( |
| 873 | tracedecay_bin: &str, |
nothing calls this directly
no test coverage detected