MCPcopy Create free account
hub / github.com/EvoMap/evolver / write

Function write

src/gep/cliContracts.js:65–65  ·  view source on GitHub ↗
(value, code)

Source from the content-addressed store, hash-verified

63 const parsed = parseReuseArgs(args || []);
64 const machineJson = parsed.jsonOut || out === process.stdout;
65 const write = (value, code) => writeJson(out, value, code, deps, machineJson);
66 if (!parsed.ok) return write(reuseFailure(parsed.reason, parsed.message), 1);
67 return withMachineJsonConsole(machineJson, deps, async () => {
68 try {

Callers 3

runReuseCommandFunction · 0.70
runPublishCommandFunction · 0.70

Calls 2

sanitizeTextFunction · 0.85
writeJsonFunction · 0.70

Tested by

no test coverage detected