MCPcopy Create free account
hub / github.com/MADEVAL/Oat-Table / #syncStatus

Method #syncStatus

src/table.js:220–228  ·  view source on GitHub ↗
(visible)

Source from the content-addressed store, hash-verified

218 }
219
220 #syncStatus(visible) {
221 if (!this.#status) {
222 return;
223 }
224
225 const total = this.#rows.length;
226 this.#status.value = String(visible);
227 this.#status.textContent = visible === total ? `${total} rows` : `${visible} of ${total} rows`;
228 }
229
230 #toggleVisibleRows(checked) {
231 this.#visibleRows().forEach(row => {

Callers 1

#applyFilterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected