MCPcopy
hub / github.com/claude-code-best/claude-code / isProactiveActive

Function isProactiveActive

src/proactive/index.ts:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35// ---------------------------------------------------------------------------
36
37export function isProactiveActive(): boolean {
38 return active
39}
40
41export function activateProactive(source?: string): void {
42 if (active) return

Callers 4

useProactiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected