Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ setInlinePlugins
Function
setInlinePlugins
src/bootstrap/state.ts:1239–1241 ·
view source on GitHub ↗
(plugins: Array<string>)
Source
from the content-addressed store, hash-verified
1237
}
1238
1239
export
function
setInlinePlugins(plugins: Array<string>): void {
1240
STATE.inlinePlugins = plugins
1241
}
1242
1243
export
function
getInlinePlugins(): Array<string> {
1244
return
STATE.inlinePlugins
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected