Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ setInlinePlugins
Function
setInlinePlugins
src/bootstrap/state.ts:1217–1219 ·
view source on GitHub ↗
(plugins: Array<string>)
Source
from the content-addressed store, hash-verified
1215
}
1216
1217
export
function
setInlinePlugins(plugins: Array<string>): void {
1218
STATE.inlinePlugins = plugins
1219
}
1220
1221
export
function
getInlinePlugins(): Array<string> {
1222
return
STATE.inlinePlugins
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected