MCPcopy Index your code
hub / github.com/OneNoteDev/WebClipper / kMaxLength

Function kMaxLength

lib/sanitize-html.js:658–662  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

656}
657
658function kMaxLength () {
659 return Buffer.TYPED_ARRAY_SUPPORT
660 ? 0x7fffffff
661 : 0x3fffffff
662}
663
664function createBuffer (that, length) {
665 if (kMaxLength() < length) {

Callers 3

sanitize-html.jsFile · 0.85
createBufferFunction · 0.85
checkedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected