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

Function element

static/word2md/mammoth.browser.js:3109–3112  ·  view source on GitHub ↗
(tagName, attributes, options)

Source from the content-addressed store, hash-verified

3107};
3108
3109function element(tagName, attributes, options) {
3110 options = options || {};
3111 return new Element(tagName, attributes, options);
3112}
3113
3114function Element(tagName, attributes, options) {
3115 var tagNames = {};

Callers 2

topLevelElementFunction · 0.70
elementsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected