Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SAXParser
Function · 0.70
emitNode
Function · 0.70
closeText
Function · 0.70
error
Function · 0.70
end
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected