MCPcopy Create free account
hub / github.com/TruthHun/BookStack / nonFreshElement

Function nonFreshElement

static/word2md/mammoth.browser.js:2132–2136  ·  view source on GitHub ↗
(tagName, attributes, children)

Source from the content-addressed store, hash-verified

2130
2131
2132function nonFreshElement(tagName, attributes, children) {
2133 return elementWithTag(
2134 htmlPaths.element(tagName, attributes, {fresh: false}),
2135 children);
2136}
2137
2138function freshElement(tagName, attributes, children) {
2139 var tag = htmlPaths.element(tagName, attributes, {fresh: true});

Callers

nothing calls this directly

Calls 1

elementWithTagFunction · 0.70

Tested by

no test coverage detected