Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
856
export
function
getSdkBetas(): string[] | undefined {
857
return
STATE.sdkBetas
858
}
859
860
export
function
setSdkBetas(betas: string[] | undefined): void {
861
STATE.sdkBetas = betas
Callers
11
getStoredSessionCosts
Function · 0.85
addToTotalModelUsage
Function · 0.85
logSessionTelemetry
Function · 0.85
buildStatusLineCommandInput
Function · 0.85
getContextUsedPercent
Function · 0.85
getSkillListingAttachments
Function · 0.85
getCompactionReminderAttachment
Function · 0.85
getMergedBetas
Function · 0.85
analyzeContextUsage
Function · 0.85
buildSystemInitMessage
Function · 0.85
getEffectiveContextWindowSize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected