| 9236 | } |
| 9237 | |
| 9238 | char *cbm_build_install_plan_json(const char *home, const char *binary_path) { |
| 9239 | return cbm_build_install_plan_json_options(home, binary_path, false); |
| 9240 | } |
| 9241 | |
| 9242 | typedef struct { |
| 9243 | const char *bin_target; |
no test coverage detected