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

Function SUGGEST_BG_PR_NOOP

src/screens/REPL.tsx:197–197  ·  view source on GitHub ↗
(_p: string, _n: string)

Source from the content-addressed store, hash-verified

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;
200/* eslint-enable @typescript-eslint/no-require-imports */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected