MCPcopy Index your code
hub / github.com/TruthHun/BookStack / kMaxLength

Function kMaxLength

static/word2md/mammoth.browser.js:9754–9758  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9752}
9753
9754function kMaxLength () {
9755 return Buffer.TYPED_ARRAY_SUPPORT
9756 ? 0x7fffffff
9757 : 0x3fffffff
9758}
9759
9760function createBuffer (that, length) {
9761 if (kMaxLength() < length) {

Callers 3

mammoth.browser.jsFile · 0.70
createBufferFunction · 0.70
checkedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected