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

Function getInlinePlugins

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

Source from the content-addressed store, hash-verified

1241}
1242
1243export function getInlinePlugins(): Array<string> {
1244 return STATE.inlinePlugins
1245}
1246
1247export function setChromeFlagOverride(value: boolean | undefined): void {
1248 STATE.chromeFlagOverride = value

Callers 4

buildInheritedCliFlagsFunction · 0.85
buildInheritedCliFlagsFunction · 0.85
assemblePluginLoadResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected