Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ disabled
Function
disabled
src/integrations/claude-plugins.ts:39–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
function
disabled(): boolean {
40
return
process.env.QODEX_DISABLE_CLAUDE_PLUGINS ===
'1'
;
41
}
42
43
function
claudeHome(): string {
44
return
path.join(os.homedir(),
'.claude'
);
Callers
8
claudeCodeSkillDirs
Function · 0.85
claudeCodeCommandDirs
Function · 0.85
loadClaudeCodeAgents
Function · 0.85
mergeClaudeCodeAgentRoles
Function · 0.85
loadClaudeCodePluginMcpServers
Function · 0.85
loadClaudeCodePluginHooks
Function · 0.85
mergeClaudeCodePluginMcp
Function · 0.85
mergeClaudeCodePluginHooks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected