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

Function XMLRaw

static/word2md/mammoth.browser.js:31689–31695  ·  view source on GitHub ↗
(parent, text)

Source from the content-addressed store, hash-verified

31687 extend(XMLRaw, superClass);
31688
31689 function XMLRaw(parent, text) {
31690 XMLRaw.__super__.constructor.call(this, parent);
31691 if (text == null) {
31692 throw new Error("Missing raw text. " + this.debugInfo());
31693 }
31694 this.value = this.stringify.raw(text);
31695 }
31696
31697 XMLRaw.prototype.clone = function() {
31698 return Object.create(this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected