MCPcopy Index your code
hub / github.com/github/awesome-copilot / envAction

Function envAction

extensions/java-modernization-studio/doctor.mjs:236–238  ·  view source on GitHub ↗
(tool, detail, fix)

Source from the content-addressed store, hash-verified

234}
235
236function envAction(tool, detail, fix) {
237 return { kind: "fix_env", payload: { tool, detail, fix }, label: "Help me set up " + tool };
238}
239
240/**
241 * Turn probe results + scan facts into grouped readiness checks. Pure.

Callers 1

buildDoctorReportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected