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

Function buildCap

scripts/verify-recording-pipeline.mjs:254–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

252}
253
254async function buildCap() {
255 if (process.env.CAP_VERIFY_SKIP_BUILD === "1" && fs.existsSync(capBin)) {
256 return;
257 }
258 await runCommand("cargo-build-cap", "cargo", ["build", "-p", "cap"]);
259}
260
261async function getTargets() {
262 const targetsTimeoutMs = Number(

Callers 1

Calls 1

runCommandFunction · 0.85

Tested by

no test coverage detected