| 888 | } |
| 889 | |
| 890 | static const char *ha_hook_event_name(yyjson_val *root) { |
| 891 | const char *event = ha_obj_str(root, "hook_event_name"); |
| 892 | return event ? event : ha_obj_str(root, "hookEventName"); |
| 893 | } |
| 894 | |
| 895 | static const char *ha_normalized_cwd_with_server(yyjson_val *root, cbm_mcp_server_t *srv, |
| 896 | char *buffer, size_t buffer_size) { |
no test coverage detected