MCPcopy Create free account
hub / github.com/easydiffusion/easydiffusion / clearPrior

Function clearPrior

ui/plugins/ui/jasmine/jasmine-html.js:645–651  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

643 }
644
645 function clearPrior() {
646 const oldReporter = find("")
647
648 if (oldReporter) {
649 getContainer().removeChild(oldReporter)
650 }
651 }
652
653 function createDom(type, attrs, childrenArrayOrVarArgs) {
654 const el = createElement(type)

Callers 1

HtmlReporterFunction · 0.85

Calls 1

findFunction · 0.85

Tested by

no test coverage detected