MCPcopy
hub / github.com/electric-sql/pglite / addEntry

Function addEntry

packages/benchmark/src/benchmarks.js:165–170  ·  view source on GitHub ↗
(parent, text)

Source from the content-addressed store, hash-verified

163})
164
165function addEntry(parent, text) {
166 const tag = parent.parentElement.tagName === 'TBODY' ? 'td' : 'th'
167 const child = document.createElement(tag)
168 child.innerHTML = text
169 parent.appendChild(child)
170}

Callers 1

benchmarks.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…