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

Function embeddedSearchToolsBinaryPath

src/utils/embeddedTools.ts:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 * Only meaningful when hasEmbeddedSearchTools() is true.
26 */
27export function embeddedSearchToolsBinaryPath(): string {
28 return process.execPath
29}
30

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected