| 9619 | } |
| 9620 | |
| 9621 | char *cbm_build_install_plan_json(const char *home, const char *binary_path) { |
| 9622 | return cbm_build_install_plan_json_options(home, binary_path, false); |
| 9623 | } |
| 9624 | |
| 9625 | typedef struct { |
| 9626 | const char *bin_target; |
no test coverage detected