MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getUserBinDir

Function getUserBinDir

src/utils/xdg.ts:62–65  ·  view source on GitHub ↗
(options?: XDGOptions)

Source from the content-addressed store, hash-verified

60 * @param options Optional homedir override for testing
61 */
62export function getUserBinDir(options?: XDGOptions): string {
63 const { home } = resolveOptions(options)
64 return join(home, '.local', 'bin')
65}
66

Callers 2

getBaseDirectoriesFunction · 0.85
resolveClaudePathFunction · 0.85

Calls 1

resolveOptionsFunction · 0.85

Tested by

no test coverage detected