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

Function StringWriter

static/word2md/mammoth.browser.js:13594–13596  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13592 * @constructor
13593 */
13594var StringWriter = function() {
13595 this.data = [];
13596};
13597StringWriter.prototype = {
13598 /**
13599 * Append any content to the current string.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected