MCPcopy
hub / github.com/codeaashu/claude-code / getSdkBetas

Function getSdkBetas

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

Source from the content-addressed store, hash-verified

854}
855
856export function getSdkBetas(): string[] | undefined {
857 return STATE.sdkBetas
858}
859
860export function setSdkBetas(betas: string[] | undefined): void {
861 STATE.sdkBetas = betas

Callers 11

getStoredSessionCostsFunction · 0.85
addToTotalModelUsageFunction · 0.85
logSessionTelemetryFunction · 0.85
getContextUsedPercentFunction · 0.85
getMergedBetasFunction · 0.85
analyzeContextUsageFunction · 0.85
buildSystemInitMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected