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

Function createStream

static/word2md/mammoth.browser.js:26098–26100  ·  view source on GitHub ↗
(strict, opt)

Source from the content-addressed store, hash-verified

26096 })
26097
26098 function createStream (strict, opt) {
26099 return new SAXStream(strict, opt)
26100 }
26101
26102 function SAXStream (strict, opt) {
26103 if (!(this instanceof SAXStream)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected