MCPcopy 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 */
244export 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

buildDoctorReportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected