MCPcopy Create free account
hub / github.com/codeaashu/claude-code / PROACTIVE_FALSE

Function PROACTIVE_FALSE

src/screens/REPL.tsx:196–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected