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

Function ha_hook_event_name

src/cli/hook_augment.c:890–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

888}
889
890static 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
895static const char *ha_normalized_cwd_with_server(yyjson_val *root, cbm_mcp_server_t *srv,
896 char *buffer, size_t buffer_size) {

Callers 3

ha_processFunction · 0.85

Calls 1

ha_obj_strFunction · 0.85

Tested by

no test coverage detected