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

Function windowsCommandValue

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

Source from the content-addressed store, hash-verified

57 return `Exec="${claudePath}" --handle-uri %u`
58}
59function windowsCommandValue(claudePath: string): string {
60 return `"${claudePath}" --handle-uri "%1"`
61}
62
63/**
64 * Register the protocol handler on macOS.

Callers 2

registerWindowsFunction · 0.85
isProtocolHandlerCurrentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected