MCPcopy Index your code
hub / github.com/plotly/plotly.js / _byteLength

Function _byteLength

stackgl_modules/index.js:2003–2005  ·  view source on GitHub ↗
(b64, validLen, placeHoldersLen)

Source from the content-addressed store, hash-verified

2001}
2002
2003function _byteLength (b64, validLen, placeHoldersLen) {
2004 return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen
2005}
2006
2007function toByteArray (b64) {
2008 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…