Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
29
function
section(name: string) {
30
console.log(`\n=== ${name} ===`);
31
}
32
33
// ---- 1. Log discovery ----
34
section(
'Log Discovery'
);
Callers
1
e2e-real-data.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected