MCPcopy Create free account
hub / github.com/Noumena-Network/code / getInlinePlugins

Function getInlinePlugins

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

Source from the content-addressed store, hash-verified

1257}
1258
1259export function getInlinePlugins(): Array<string> {
1260 return STATE.inlinePlugins
1261}
1262
1263export function setChromeFlagOverride(value: boolean | undefined): void {
1264 STATE.chromeFlagOverride = value

Callers 4

buildInheritedCliFlagsFunction · 0.85
buildInheritedCliFlagsFunction · 0.85
assemblePluginLoadResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected