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

Function write

static/word2md/mammoth.browser.js:2191–2195  ·  view source on GitHub ↗
(writer, nodes)

Source from the content-addressed store, hash-verified

2189exports.simplify = require("./simplify");
2190
2191function write(writer, nodes) {
2192 nodes.forEach(function(node) {
2193 writeNode(writer, node);
2194 });
2195}
2196
2197function writeNode(writer, node) {
2198 toStrings[node.type](writer, node);

Callers 1

generateElementStringFunction · 0.70

Calls 15

writeNodeFunction · 0.70
errorFunction · 0.70
endFunction · 0.70
charAtFunction · 0.70
beginWhiteSpaceFunction · 0.70
notFunction · 0.70
strictFailFunction · 0.70
isFunction · 0.70
emitNodeFunction · 0.70
textoptsFunction · 0.70
newTagFunction · 0.70
openTagFunction · 0.70

Tested by

no test coverage detected