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

Function getIsInteractive

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

Source from the content-addressed store, hash-verified

1059}
1060
1061export function getIsInteractive(): boolean {
1062 return STATE.isInteractive
1063}
1064
1065export function setIsInteractive(value: boolean): void {
1066 STATE.isInteractive = value

Callers 8

isFullscreenActiveFunction · 0.85
printResumeHintFunction · 0.85
runVerySlowOpsFunction · 0.85
getEventMetadataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected