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

Function writeNode

static/word2md/mammoth.browser.js:2197–2199  ·  view source on GitHub ↗
(writer, node)

Source from the content-addressed store, hash-verified

2195}
2196
2197function writeNode(writer, node) {
2198 toStrings[node.type](writer, node);
2199}
2200
2201var toStrings = {
2202 element: generateElementString,

Callers 3

writeFunction · 0.70
writeElementFunction · 0.70
writeDocumentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected