MCPcopy Create free account
hub / github.com/PageLeay/celestial-runtime / appendToStack

Function appendToStack

misc/test-browser/mocha.js:16807–16812  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

16805 });
16806
16807 function appendToStack(el) {
16808 // Don't call .appendChild if #mocha-report was already .shift()'ed off the stack.
16809 if (stack[0]) {
16810 stack[0].appendChild(el);
16811 }
16812 }
16813
16814 function updateStats() {
16815 // TODO: add to stats

Callers 1

HTMLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected