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

Function emptyBlock

tests/loadtest/tools/dashboard/app.js:1395–1397  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

1393}
1394
1395function emptyBlock(text) {
1396 return `<div class="empty-state"><p class="empty-text">${escapeHtml(text)}</p></div>`;
1397}
1398
1399function formatCompact(value) {
1400 if (value === null || value === undefined) {

Callers 8

renderEmptyStateFunction · 0.85
renderThroughputChartFunction · 0.85
renderLatencyChartFunction · 0.85
renderReliabilityChartFunction · 0.85
lineChartFunction · 0.85
compareLineChartFunction · 0.85
compareBarChartFunction · 0.85

Calls 1

escapeHtmlFunction · 0.85

Tested by

no test coverage detected