Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
function
claudeHome(): string {
44
return
path.join(os.homedir(),
'.claude'
);
45
}
46
47
interface
InstalledPluginsFile {
48
version?: number;
Callers
4
relevantPluginPaths
Function · 0.85
claudeCodeSkillDirs
Function · 0.85
claudeCodeCommandDirs
Function · 0.85
loadClaudeCodeAgents
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected