MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / claudeHome

Function claudeHome

src/integrations/claude-plugins.ts:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43function claudeHome(): string {
44 return path.join(os.homedir(), '.claude');
45}
46
47interface InstalledPluginsFile {
48 version?: number;

Callers 4

relevantPluginPathsFunction · 0.85
claudeCodeSkillDirsFunction · 0.85
claudeCodeCommandDirsFunction · 0.85
loadClaudeCodeAgentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected