MCPcopy
hub / github.com/gitroomhq/postiz-app / ta

Function ta

apps/frontend/public/f.js:11160–11172  ·  view source on GitHub ↗
(a, b, c, d)

Source from the content-addressed store, hash-verified

11158 : (oa(a, d.node), d.relativeClass, pa);
11159 }
11160 function ta(a, b, c, d) {
11161 if (d === c.length - 1) {
11162 if (!sa(a, b, d, c[d])) return null;
11163 var e = t(a);
11164 if (e) return [e];
11165 }
11166 if (!a || !sa(a, b, d, c[d])) return null;
11167 for (e = [], b = a.firstChild, a = 0; b; ) {
11168 var f = ta(b, a, c, d + 1);
11169 f && e.push.apply(e, la(f)), (b = b.nextSibling), (a += 1);
11170 }
11171 return e;
11172 }
11173 function ua(a, b) {
11174 var c = [],
11175 d = (function (a, b) {

Callers 1

uaFunction · 0.85

Calls 4

saFunction · 0.85
tFunction · 0.85
laFunction · 0.85
uaFunction · 0.85

Tested by

no test coverage detected