Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
27
export
function
embeddedSearchToolsBinaryPath(): string {
28
return
process.execPath
29
}
30
Callers
1
createFindGrepShellIntegration
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected