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