Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/victorqribeiro/isocity
/ FromBase64
Function
FromBase64
js/main.js:84–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
const
FromBase64 = str => {
85
return
atob(str).split(
''
).map(c => c.charCodeAt(0))
86
}
87
88
const
updateHashState = () => {
89
let
c = 0
Callers
1
loadHashState
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected