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

Function freshElement

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

Source from the content-addressed store, hash-verified

2136}
2137
2138function freshElement(tagName, attributes, children) {
2139 var tag = htmlPaths.element(tagName, attributes, {fresh: true});
2140 return elementWithTag(tag, children);
2141}
2142
2143function elementWithTag(tag, children) {
2144 return {

Callers

nothing calls this directly

Calls 1

elementWithTagFunction · 0.70

Tested by

no test coverage detected