MCPcopy
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
84const FromBase64 = str => {
85 return atob(str).split('').map(c => c.charCodeAt(0))
86}
87
88const updateHashState = () => {
89 let c = 0

Callers 1

loadHashStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected