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

Function emit

static/word2md/mammoth.browser.js:26565–26567  ·  view source on GitHub ↗
(parser, event, data)

Source from the content-addressed store, hash-verified

26563 S = sax.STATE
26564
26565 function emit (parser, event, data) {
26566 parser[event] && parser[event](data)
26567 }
26568
26569 function emitNode (parser, nodeType, data) {
26570 if (parser.textNode) closeText(parser)

Callers 5

SAXParserFunction · 0.70
emitNodeFunction · 0.70
closeTextFunction · 0.70
errorFunction · 0.70
endFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected