| 9846 | } |
| 9847 | |
| 9848 | char *cbm_build_install_plan_json(const char *home, const char *binary_path) { |
| 9849 | return cbm_build_install_plan_json_options(home, binary_path, false); |
| 9850 | } |
| 9851 | |
| 9852 | typedef struct { |
| 9853 | const char *bin_target; |
no test coverage detected