Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexErrant/Pentive
/ base64urlToArray
Function
base64urlToArray
shared/src/binary.ts:30–32 ·
view source on GitHub ↗
(base64: Base64Url)
Source
from the content-addressed store, hash-verified
28
}
29
30
export
function
base64urlToArray(base64: Base64Url): Uint8Array<ArrayBuffer> {
31
return
base64ToArray(fromBase64URL(base64))
32
}
33
34
export
const
epochLength = 6
35
export
const
randomLength = 10
Callers
9
isInvalidCsrf
Function · 0.90
toNoteCreates
Function · 0.90
toTemplateCreates
Function · 0.90
fromBase64Url
Function · 0.90
buildPublicToken
Function · 0.90
getNotes.test.ts
File · 0.90
simplifyNote
Function · 0.90
binary.test.ts
File · 0.90
idToDate
Function · 0.85
Calls
2
fromBase64URL
Function · 0.85
base64ToArray
Function · 0.70
Tested by
1
simplifyNote
Function · 0.72