MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / getRepairName

Function getRepairName

static/js/selfcheck.js:47–49  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

45}
46
47function getRepairName(key) {
48 return selfcheckState.repairCatalog?.[key]?.name || key;
49}
50
51function renderRuntime(runtime) {
52 const statusNode = document.getElementById('runtime-status');

Callers 2

renderRunDetailFunction · 0.85
executeRepairFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected