Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/feross/buffer
/ base64ToBytes
Function
base64ToBytes
index.js:2059–2061 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
2057
}
2058
2059
function
base64ToBytes (str) {
2060
return
base64.toByteArray(base64clean(str))
2061
}
2062
2063
function
blitBuffer (src, dst, offset, length) {
2064
let
i
Callers
2
byteLength
Function · 0.85
base64Write
Function · 0.85
Calls
1
base64clean
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…