Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByBrawe/opencode-loop
/ compactTuiCommandName
Function
compactTuiCommandName
src/index.js:398–402 ·
view source on GitHub ↗
(command = "compact")
Source
from the content-addressed store, hash-verified
396
await
fs.mkdir(directory, { recursive: true });
397
}
398
async
function
pathExists(filePath) {
399
try {
400
await
fs.access(filePath);
401
return
true;
402
} catch {
403
return
false;
404
}
405
}
Callers
1
fireAction
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected