MCPcopy
hub / github.com/codeaashu/claude-code / getKairosActive

Function getKairosActive

src/bootstrap/state.ts:1085–1087  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1083}
1084
1085export function getKairosActive(): boolean {
1086 return STATE.kairosActive
1087}
1088
1089export function setKairosActive(value: boolean): void {
1090 STATE.kairosActive = value

Callers 13

runPowerShellCommandFunction · 0.85
isBriefEntitledFunction · 0.85
isBriefEnabledFunction · 0.85
runShellCommandFunction · 0.85
statusLineShouldDisplayFunction · 0.85
SpinnerWithVerbFunction · 0.85
UserPromptMessageFunction · 0.85
getDateChangeAttachmentsFunction · 0.85
callFunction · 0.85
isGateOpenFunction · 0.85
getEventMetadataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected