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

Function section

sdk/node/examples/basic/test_api_alignment.ts:63–67  ·  view source on GitHub ↗
(title: string)

Source from the content-addressed store, hash-verified

61}
62
63function section(title: string) {
64 console.log(`\n${'='.repeat(60)}`);
65 console.log(` ${title}`);
66 console.log('='.repeat(60));
67}
68
69// ---------------------------------------------------------------------------
70// Phase 1: SessionOptions type checks (no LLM call)

Callers 3

runLiveTestsFunction · 0.70
mainFunction · 0.70

Calls 1

logMethod · 0.45

Tested by

no test coverage detected