MCPcopy Create free account
hub / github.com/Noumena-Network/code / getIsInteractive

Function getIsInteractive

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

Source from the content-addressed store, hash-verified

1075}
1076
1077export function getIsInteractive(): boolean {
1078 return STATE.isInteractive
1079}
1080
1081export function setIsInteractive(value: boolean): void {
1082 STATE.isInteractive = value

Callers 9

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

Calls

no outgoing calls

Tested by 1

withInteractiveFunction · 0.68