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

Function getClientType

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

Source from the content-addressed store, hash-verified

1067}
1068
1069export function getClientType(): string {
1070 return STATE.clientType
1071}
1072
1073export function setClientType(type: string): void {
1074 STATE.clientType = type

Callers 3

getAttributionTextsFunction · 0.85
getEnhancedPRAttributionFunction · 0.85
getEventMetadataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected