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

Function linuxDesktopPath

src/utils/deepLink/registerProtocol.ts:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 'claude',
47)
48function linuxDesktopPath(): string {
49 return path.join(getXDGDataHome(), 'applications', DESKTOP_FILE_NAME)
50}
51const WINDOWS_REG_KEY = `HKEY_CURRENT_USER\\Software\\Classes\\${DEEP_LINK_PROTOCOL}`
52const WINDOWS_COMMAND_KEY = `${WINDOWS_REG_KEY}\\shell\\open\\command`
53

Callers 2

registerLinuxFunction · 0.85
isProtocolHandlerCurrentFunction · 0.85

Calls 1

getXDGDataHomeFunction · 0.85

Tested by

no test coverage detected