()
| 194 | const proactiveModule = feature('PROACTIVE') || feature('KAIROS') ? require('../proactive/index.js') : null; |
| 195 | const PROACTIVE_NO_OP_SUBSCRIBE = (_cb: () => void) => () => {}; |
| 196 | const PROACTIVE_FALSE = () => false; |
| 197 | const SUGGEST_BG_PR_NOOP = (_p: string, _n: string): boolean => false; |
| 198 | const useProactive = feature('PROACTIVE') || feature('KAIROS') ? require('../proactive/useProactive.js').useProactive : null; |
| 199 | const useScheduledTasks = feature('AGENT_TRIGGERS') ? require('../hooks/useScheduledTasks.js').useScheduledTasks : null; |
nothing calls this directly
no outgoing calls
no test coverage detected