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

Function ha_lifecycle_event_supported

src/cli/hook_augment.c:940–942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938}
939
940static bool ha_lifecycle_event_supported(const char *event) {
941 return event && (strcmp(event, "SessionStart") == 0 || strcmp(event, "SubagentStart") == 0);
942}
943
944typedef enum {
945 HA_DIALECT_EVENT = 0,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected