MCPcopy
hub / github.com/github/awesome-copilot / isFindingLocked

Function isFindingLocked

extensions/java-modernization-studio/renderer.mjs:471–475  ·  view source on GitHub ↗
(x, ord)

Source from the content-addressed store, hash-verified

469 return m[sev] != null ? m[sev] : null;
470 }
471 function isFindingLocked(x, ord) {
472 if (!ord || ord.activeRank == null) return false;
473 const r = sevRank(x.severity);
474 return r != null && r > ord.activeRank;
475 }
476
477 function findingActions(x, ord) {
478 const act = x.action;

Callers 2

findingCardFunction · 0.85
findingActionsFunction · 0.85

Calls 1

sevRankFunction · 0.85

Tested by

no test coverage detected