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

Function getSdkAgentProgressSummariesEnabled

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

Source from the content-addressed store, hash-verified

1075}
1076
1077export function getSdkAgentProgressSummariesEnabled(): boolean {
1078 return STATE.sdkAgentProgressSummariesEnabled
1079}
1080
1081export function setSdkAgentProgressSummariesEnabled(value: boolean): void {
1082 STATE.sdkAgentProgressSummariesEnabled = value

Callers 3

resumeAgentBackgroundFunction · 0.85
callFunction · 0.85
updateAgentSummaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected