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

Function setIsInteractive

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

Source from the content-addressed store, hash-verified

1063}
1064
1065export function setIsInteractive(value: boolean): void {
1066 STATE.isInteractive = value
1067}
1068
1069export function getClientType(): string {
1070 return STATE.clientType

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected