MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / setState

Function setState

telemetry-dashboard/public/app.js:226–229  ·  view source on GitHub ↗
(section, name, message)

Source from the content-addressed store, hash-verified

224// ---------------------------------------------------------------------------
225
226function setState(section, name, message) {
227 section.dataset.state = name;
228 $(section, 'state').textContent = message ?? '';
229}
230
231function drawTable(section, spec) {
232 const host = $(section, 'table');

Callers 2

drawPanelFunction · 0.85
torture.tsxFile · 0.85

Calls 1

$Function · 0.85

Tested by

no test coverage detected