MCPcopy Index your code
hub / github.com/Moli-X/Resources / _decode

Function _decode

Script/Parser.js:3120–3122  ·  view source on GitHub ↗
(u)

Source from the content-addressed store, hash-verified

3118 // }
3119 // : function(a) { return btou(_atob(a)) };
3120 var _decode = function (u) {
3121 return btou(_atob(u))
3122 }
3123 this.decode = function (a) {
3124 return _decode(
3125 String(a).replace(/[-_]/g, function (m0) { return m0 == '-' ? '+' : '/' })

Callers 1

Base64CodeFunction · 0.85

Calls 2

btouFunction · 0.85
_atobFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…