MCPcopy
hub / github.com/CapSoftware/Cap / outputPath

Function outputPath

scripts/verify-recording-pipeline.mjs:103–105  ·  view source on GitHub ↗
(name, suffix)

Source from the content-addressed store, hash-verified

101}
102
103function outputPath(name, suffix) {
104 return path.join(runDir, `${name}.${suffix}`);
105}
106
107async function runCommand(name, command, args, options = {}) {
108 const cwd = options.cwd || root;

Callers 4

handleCancelFunction · 0.85
ExportPageFunction · 0.85
runCommandFunction · 0.85
launchDesktopAppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected