| 288 | } |
| 289 | |
| 290 | static const char *tier_server_profile(cbm_graph_tier_t tier) { |
| 291 | return tier == CBM_GRAPH_TIER_SCOUT ? "scout" : "analysis"; |
| 292 | } |
| 293 | |
| 294 | static const char *dialect_tool_prefix(cbm_graph_profile_dialect_t dialect) { |
| 295 | switch (dialect) { |
no outgoing calls
no test coverage detected