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

Function getMainThreadAgentType

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

Source from the content-addressed store, hash-verified

1621}
1622
1623export function getMainThreadAgentType(): string | undefined {
1624 return STATE.mainThreadAgentType
1625}
1626
1627export function setMainThreadAgentType(agentType: string | undefined): void {
1628 STATE.mainThreadAgentType = agentType

Callers 5

createBaseHookInputFunction · 0.85
processSessionStartHooksFunction · 0.85
runHeadlessFunction · 0.85
handleInitializeRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected