MCPcopy Create free account
hub / github.com/sql-js/sql.js / findOrAppend

Function findOrAppend

documentation/javascript/application.js:6782–6784  ·  view source on GitHub ↗
( elem, tag )

Source from the content-addressed store, hash-verified

6780});
6781
6782function findOrAppend( elem, tag ) {
6783 return elem.getElementsByTagName( tag )[0] || elem.appendChild( elem.ownerDocument.createElement( tag ) );
6784}
6785
6786function cloneCopyEvent( src, dest ) {
6787

Callers 1

application.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…