MCPcopy Index your code
hub / github.com/jackvale/rectg / setResultStatus

Function setResultStatus

web/src/scripts/main.js:327–331  ·  view source on GitHub ↗
(message = '', show = false)

Source from the content-addressed store, hash-verified

325}
326
327function setResultStatus(message = '', show = false) {
328 if (!resultStatus) return;
329 resultStatus.hidden = !show;
330 if (resultStatusText) resultStatusText.textContent = message;
331}
332
333function renderSection(id, options = {}) {
334 const section = sections.find((candidate) => candidate.id === id) || sections[0];

Callers 4

renderSectionFunction · 0.85
renderSearchFunction · 0.85
clearSearchFunction · 0.85
initSearchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected