Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1073
export
function
setClientType(
type
: string): void {
1074
STATE.clientType =
type
1075
}
1076
1077
export
function
getSdkAgentProgressSummariesEnabled(): boolean {
1078
return
STATE.sdkAgentProgressSummariesEnabled
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected