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

Function HtmlPath

static/word2md/mammoth.browser.js:3097–3099  ·  view source on GitHub ↗
(elements)

Source from the content-addressed store, hash-verified

3095}
3096
3097function HtmlPath(elements) {
3098 this._elements = elements;
3099}
3100
3101HtmlPath.prototype.wrap = function wrap(children) {
3102 var result = children();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected