Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ setSdkBetas
Function
setSdkBetas
src/bootstrap/state.ts:860–862 ·
view source on GitHub ↗
(betas: string[] | undefined)
Source
from the content-addressed store, hash-verified
858
}
859
860
export
function
setSdkBetas(betas: string[] | undefined): void {
861
STATE.sdkBetas = betas
862
}
863
864
export
function
resetCostState(): void {
865
STATE.totalCostUSD = 0
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected