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

Function sibling

documentation/javascript/application.js:6257–6263  ·  view source on GitHub ↗
( cur, dir )

Source from the content-addressed store, hash-verified

6255}
6256
6257function sibling( cur, dir ) {
6258 do {
6259 cur = cur[ dir ];
6260 } while ( cur && cur.nodeType !== 1 );
6261
6262 return cur;
6263}
6264
6265jQuery.each({
6266 parent: function( elem ) {

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…