MCPcopy Index your code
hub / github.com/microsoft/AI-Engineering-Coach / section

Function section

scripts/e2e-real-data.ts:29–31  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

27}
28
29function section(name: string) {
30 console.log(`\n=== ${name} ===`);
31}
32
33// ---- 1. Log discovery ----
34section('Log Discovery');

Callers 1

e2e-real-data.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected