MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / renderCompareButton

Function renderCompareButton

tests/loadtest/tools/dashboard/app.js:193–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191}
192
193function renderCompareButton() {
194 elements.compareButton.textContent = state.compareMode
195 ? `Exit compare${state.compareIds.length ? ` (${state.compareIds.length}/2)` : ""}`
196 : "Compare reports";
197 elements.compareButton.classList.toggle("button-active", state.compareMode);
198}
199
200async function fetchRunDetail(runId) {
201 const response = await fetch(`/api/runs/${encodeURIComponent(runId)}`, { cache: "no-store" });

Callers 4

refreshRunsFunction · 0.85
handleRunSelectionFunction · 0.85
toggleCompareModeFunction · 0.85
loadUploadedFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected