| 9286 | } |
| 9287 | |
| 9288 | char *cbm_build_install_plan_json(const char *home, const char *binary_path) { |
| 9289 | return cbm_build_install_plan_json_options(home, binary_path, false); |
| 9290 | } |
| 9291 | |
| 9292 | typedef struct { |
| 9293 | const char *bin_target; |
no test coverage detected