MCPcopy
hub / github.com/ValueCell-ai/ClawX / getOpenClawEntryPath

Function getOpenClawEntryPath

electron/utils/paths.ts:143–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141 * Get OpenClaw entry script path (openclaw.mjs)
142 */
143export function getOpenClawEntryPath(): string {
144 return join(getOpenClawDir(), 'openclaw.mjs');
145}
146
147/**
148 * Get ClawHub CLI entry script path (clawdhub.js)

Callers 8

approveViaOpenClawCliFunction · 0.90
getOpenClawCliCommandFunction · 0.90
generateCompletionCacheFunction · 0.90
runDoctorCommandWithArgsFunction · 0.90
runOpenClawDoctorRepairFunction · 0.90
getOpenClawStatusFunction · 0.85

Calls 1

getOpenClawDirFunction · 0.85

Tested by

no test coverage detected