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

Function getInlinePlugins

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

Source from the content-addressed store, hash-verified

1219}
1220
1221export function getInlinePlugins(): Array<string> {
1222 return STATE.inlinePlugins
1223}
1224
1225export function setChromeFlagOverride(value: boolean | undefined): void {
1226 STATE.chromeFlagOverride = value

Callers 3

assemblePluginLoadResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected