MCPcopy Create free account
hub / github.com/codeaashu/claude-code / setClientType

Function setClientType

src/bootstrap/state.ts:1073–1075  ·  view source on GitHub ↗
(type: string)

Source from the content-addressed store, hash-verified

1071}
1072
1073export function setClientType(type: string): void {
1074 STATE.clientType = type
1075}
1076
1077export function getSdkAgentProgressSummariesEnabled(): boolean {
1078 return STATE.sdkAgentProgressSummariesEnabled

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected