| 3651 | } |
| 3652 | |
| 3653 | static int cbm_upsert_crush_mcp(const char *binary_path, const char *config_path) { |
| 3654 | static const char *const path[] = {"mcp"}; |
| 3655 | return cbm_upsert_json_mcp(binary_path, config_path, path, 1U, CBM_JSON_MCP_CRUSH); |
| 3656 | } |
| 3657 | |
| 3658 | static int cbm_upsert_crush_context_path(const char *config_path, const char *context_path) { |
| 3659 | static const char *const path[] = {"options"}; |
nothing calls this directly
no test coverage detected