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

Function linuxExecLine

src/utils/deepLink/registerProtocol.ts:56–58  ·  view source on GitHub ↗
(claudePath: string)

Source from the content-addressed store, hash-verified

54const FAILURE_BACKOFF_MS = 24 * 60 * 60 * 1000
55
56function linuxExecLine(claudePath: string): string {
57 return `Exec="${claudePath}" --handle-uri %u`
58}
59function windowsCommandValue(claudePath: string): string {
60 return `"${claudePath}" --handle-uri "%1"`
61}

Callers 2

registerLinuxFunction · 0.85
isProtocolHandlerCurrentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected