MCPcopy 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
39function disabled(): boolean {
40 return process.env.QODEX_DISABLE_CLAUDE_PLUGINS === '1';
41}
42
43function claudeHome(): string {
44 return path.join(os.homedir(), '.claude');

Callers 8

claudeCodeSkillDirsFunction · 0.85
claudeCodeCommandDirsFunction · 0.85
loadClaudeCodeAgentsFunction · 0.85
mergeClaudeCodePluginMcpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected