Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/electric-sql/pglite
/ addEntry
Function
addEntry
packages/benchmark/src/rtt.js:234–239 ·
view source on GitHub ↗
(parent, text)
Source
from the content-addressed store, hash-verified
232
})
233
234
function
addEntry(parent, text) {
235
const
tag = parent.parentElement.tagName ===
'TBODY'
?
'td'
:
'th'
236
const
child = document.createElement(tag)
237
child.innerHTML = text
238
parent.appendChild(child)
239
}
Callers
1
rtt.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected