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

Function getChromeFlagOverride

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

Source from the content-addressed store, hash-verified

1249}
1250
1251export function getChromeFlagOverride(): boolean | undefined {
1252 return STATE.chromeFlagOverride
1253}
1254
1255export function setUseCoworkPlugins(value: boolean): void {
1256 STATE.useCoworkPlugins = value

Callers 2

buildInheritedCliFlagsFunction · 0.85
buildInheritedCliFlagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected