Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
165
function
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.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected