MCPcopy Create free account
hub / github.com/deployd/deployd / appendToStack

Function appendToStack

test-app/public/mocha.js:2698–2703  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

2696 });
2697
2698 function appendToStack(el) {
2699 // Don't call .appendChild if #mocha-report was already .shift()'ed off the stack.
2700 if (stack[0]) {
2701 stack[0].appendChild(el);
2702 }
2703 }
2704
2705 function updateStats() {
2706 // TODO: add to stats

Callers 1

HTMLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected