MCPcopy Create free account
hub / github.com/cursor/plugins / isActive

Method isActive

orchestrate/skills/orchestrate/scripts/core/andon.ts:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 }
100
101 isActive(): boolean {
102 return isAndonActive(this.args.getState().andon);
103 }
104
105 noteSpawnPaused(): void {
106 if (this.attentionLogged) return;

Callers 4

isAndonRaisedMethod · 0.80
spawnReadyPendingFunction · 0.80

Calls 1

isAndonActiveFunction · 0.85

Tested by

no test coverage detected