MCPcopy
hub / github.com/openai/codex-plugin-cc / resolveCommandWorkspace

Function resolveCommandWorkspace

plugins/codex/scripts/codex-companion.mjs:155–157  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

153}
154
155function resolveCommandWorkspace(options = {}) {
156 return resolveWorkspaceRoot(resolveCommandCwd(options));
157}
158
159function sleep(ms) {
160 return new Promise((resolve) => setTimeout(resolve, ms));

Callers 5

handleSetupFunction · 0.85
handleReviewCommandFunction · 0.85
handleTaskFunction · 0.85
handleTaskWorkerFunction · 0.85

Calls 2

resolveWorkspaceRootFunction · 0.90
resolveCommandCwdFunction · 0.85

Tested by

no test coverage detected