Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ clearBuffers
Function
clearBuffers
static/word2md/mammoth.browser.js:26061–26065 ·
view source on GitHub ↗
(parser)
Source
from the content-addressed store, hash-verified
26059
}
26060
26061
function
clearBuffers (parser) {
26062
for
(
var
i = 0, l = buffers.length; i < l; i++) {
26063
parser[buffers[i]] =
''
26064
}
26065
}
26066
26067
function
flushBuffers (parser) {
26068
closeText(parser)
Callers
1
SAXParser
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected