Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
658
function
kMaxLength () {
659
return
Buffer.TYPED_ARRAY_SUPPORT
660
? 0x7fffffff
661
: 0x3fffffff
662
}
663
664
function
createBuffer (that, length) {
665
if
(kMaxLength() < length) {
Callers
3
sanitize-html.js
File · 0.85
createBuffer
Function · 0.85
checked
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected