Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/github/awesome-copilot
/ get
Function
get
extensions/java-modernization-studio/doctor.mjs:245–245 ·
view source on GitHub ↗
(k)
Source
from the content-addressed store, hash-verified
243
*/
244
export
function
buildDoctorReport({ probes, scan }) {
245
const
get = (k) => (probes && probes[k]) || { found: false, version: null };
246
const
a = (scan && scan.assessment) || {};
247
const
buildTool = a.buildTool || null;
248
Callers
1
buildDoctorReport
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected