MCPcopy Create free account
hub / github.com/SethGammon/Citadel / check

Function check

scripts/test-backward-compat.js:27–36  ·  view source on GitHub ↗
(label, fn)

Source from the content-addressed store, hash-verified

25 dispatchHook,
26 extractApplyPatchTargets,
27 parseApplyPatchOperations,
28 projectCodexOutput,
29} = require('../hooks_src/codex-adapter');
30
31let passed = 0;
32let failed = 0;
33
34function check(label, fn) {
35 try {
36 fn();
37 passed++;
38 } catch (err) {
39 failed++;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected