MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isActive

Method isActive

src/utils/QueryGuard.ts:99–101  ·  view source on GitHub ↗

* Is the guard active (dispatching or running)? * Always synchronous — not subject to React state batching delays.

()

Source from the content-addressed store, hash-verified

97 * Always synchronous — not subject to React state batching delays.
98 */
99 get isActive(): boolean {
100 return this._status !== 'idle'
101 }
102
103 get generation(): number {
104 return this._generation

Callers 1

getActiveNoticesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected