| 3589 | } |
| 3590 | |
| 3591 | static int cbm_upsert_crush_mcp(const char *binary_path, const char *config_path) { |
| 3592 | static const char *const path[] = {"mcp"}; |
| 3593 | return cbm_upsert_json_mcp(binary_path, config_path, path, 1U, CBM_JSON_MCP_CRUSH); |
| 3594 | } |
| 3595 | |
| 3596 | static int cbm_upsert_crush_context_path(const char *config_path, const char *context_path) { |
| 3597 | static const char *const path[] = {"options"}; |
nothing calls this directly
no test coverage detected