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

Function setIsInteractive

src/bootstrap/state.ts:1081–1083  ·  view source on GitHub ↗
(value: boolean)

Source from the content-addressed store, hash-verified

1079}
1080
1081export function setIsInteractive(value: boolean): void {
1082 STATE.isInteractive = value
1083}
1084
1085export function getClientType(): string {
1086 return STATE.clientType

Callers 10

mainFunction · 0.85
withInteractiveFunction · 0.85
api.e2e.test.tsFile · 0.85
auth.e2e.test.tsFile · 0.85

Calls

no outgoing calls

Tested by 2

withInteractiveFunction · 0.68