MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_risk_label

Function cbm_risk_label

src/store/store.c:2961–2973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2959}
2960
2961const char *cbm_risk_label(cbm_risk_level_t level) {
2962 switch (level) {
2963 case CBM_RISK_CRITICAL:
2964 return "CRITICAL";
2965 case CBM_RISK_HIGH:
2966 return "HIGH";
2967 case CBM_RISK_MEDIUM:
2968 return "MEDIUM";
2969 case CBM_RISK_LOW:
2970 default:
2971 return "LOW";
2972 }
2973}
2974
2975cbm_impact_summary_t cbm_build_impact_summary(const cbm_node_hop_t *hops, int hop_count,
2976 const cbm_edge_info_t *edges, int edge_count) {

Callers 2

bfs_to_json_arrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected