MCPcopy Create free account
hub / github.com/messageformat/messageformat / b

Function b

docs/scripts/prettify/prettify.js:215–225  ·  view source on GitHub ↗
(a, d)

Source from the content-addressed store, hash-verified

213
214 function h(a) {
215 function b(a, d) {
216 var e = d ? a.cloneNode(!1) : a,
217 f = a.parentNode;
218 if (f) {
219 var f = b(f, 1),
220 g = a.nextSibling;
221 f.appendChild(e);
222 for (var h = g; h; h = g) g = h.nextSibling, f.appendChild(h)
223 }
224 return e
225 }
226 for (; !a.nextSibling;) if (a = a.parentNode, !a) return;
227 for (var a = b(a.nextSibling, 0), e;
228 (e = a.parentNode) && e.nodeType === 1;) a = e;

Callers 1

hFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected