Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ base64ToBytes
Function
base64ToBytes
static/word2md/mammoth.browser.js:11465–11467 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
11463
}
11464
11465
function
base64ToBytes (str) {
11466
return
base64.toByteArray(base64clean(str))
11467
}
11468
11469
function
blitBuffer (src, dst, offset, length) {
11470
for
(
var
i = 0; i < length; ++i) {
Callers
2
byteLength
Function · 0.70
base64Write
Function · 0.70
Calls
1
base64clean
Function · 0.70
Tested by
no test coverage detected