MCPcopy 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
860export function setSdkBetas(betas: string[] | undefined): void {
861 STATE.sdkBetas = betas
862}
863
864export function resetCostState(): void {
865 STATE.totalCostUSD = 0

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected