MCPcopy Create free account
hub / github.com/AI45Lab/Code / skip

Function skip

sdk/node/examples/basic/test_api_alignment.ts:58–61  ·  view source on GitHub ↗
(name: string, reason: string)

Source from the content-addressed store, hash-verified

56}
57
58function skip(name: string, reason: string) {
59 results.push({ name, status: 'SKIP', detail: reason });
60 console.log(` - ${name}: SKIP (${reason})`);
61}
62
63function section(title: string) {
64 console.log(`\n${'='.repeat(60)}`);

Callers 5

test_hook_response_skipFunction · 0.85
parse_py_hook_responseFunction · 0.85
parse_js_hook_responseFunction · 0.85
mainFunction · 0.85

Calls 1

logMethod · 0.45

Tested by 2

test_hook_response_skipFunction · 0.68