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

Function ha_normalized_cwd

src/cli/hook_augment.c:936–938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

934}
935
936static const char *ha_normalized_cwd(yyjson_val *root, char *buffer, size_t buffer_size) {
937 return ha_normalized_cwd_with_server(root, NULL, buffer, buffer_size);
938}
939
940static bool ha_lifecycle_event_supported(const char *event) {
941 return event && (strcmp(event, "SessionStart") == 0 || strcmp(event, "SubagentStart") == 0);

Callers 1

ha_normalized_tool_pathFunction · 0.85

Calls 1

Tested by

no test coverage detected