Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ resolveCliPath
Function
resolveCliPath
src/cli/bot-process.ts:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
function
resolveCliPath(): string {
37
return
process.env.QODEX_CLI_PATH ||
'qodex'
;
38
}
39
40
export
async
function
startBot(cwd: string): Promise<{ ok: boolean; message: string }> {
41
const
cur =
await
botStatus();
Callers
1
startBot
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected