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

Function emitNode

static/word2md/mammoth.browser.js:26569–26572  ·  view source on GitHub ↗
(parser, nodeType, data)

Source from the content-addressed store, hash-verified

26567 }
26568
26569 function emitNode (parser, nodeType, data) {
26570 if (parser.textNode) closeText(parser)
26571 emit(parser, nodeType, data)
26572 }
26573
26574 function closeText (parser) {
26575 parser.textNode = textopts(parser.opt, parser.textNode)

Callers 6

checkBufferLengthFunction · 0.70
flushBuffersFunction · 0.70
attribFunction · 0.70
openTagFunction · 0.70
closeTagFunction · 0.70
writeFunction · 0.70

Calls 2

closeTextFunction · 0.70
emitFunction · 0.70

Tested by

no test coverage detected