MCPcopy Index your code
hub / github.com/SocketCluster/socketcluster / _byteLength

Function _byteLength

app/public/socketcluster-client.js:2511–2513  ·  view source on GitHub ↗
(b64, validLen, placeHoldersLen)

Source from the content-addressed store, hash-verified

2509}
2510
2511function _byteLength (b64, validLen, placeHoldersLen) {
2512 return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen
2513}
2514
2515function toByteArray (b64) {
2516 var tmp

Callers 1

toByteArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…