MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / check

Function check

test/tool-relevance.test.ts:12–15  ·  view source on GitHub ↗
(name: string, cond: boolean)

Source from the content-addressed store, hash-verified

10
11let passed = 0, failed = 0;
12function check(name: string, cond: boolean) {
13 if (cond) { passed++; console.log(` ✓ ${name}`); }
14 else { failed++; console.log(` ✗ ${name}`); }
15}
16
17const ALL = [
18 'read_file','write_file','edit_text','multi_edit','edit_symbol','multi_file_edit',

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected