MCPcopy Create free account
hub / github.com/bewcloud/bewcloud / kMaxLength

Function kMaxLength

lib/models/dav.js:1933–1937  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1931kMaxLength();
1932
1933function kMaxLength () {
1934 return Buffer.TYPED_ARRAY_SUPPORT
1935 ? 0x7fffffff
1936 : 0x3fffffff
1937}
1938
1939function createBuffer (that, length) {
1940 if (kMaxLength() < length) {

Callers 3

dav.jsFile · 0.85
createBufferFunction · 0.85
checkedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected