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

Function atob

Script/Parser.js:3106–3108  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

3104 return a.replace(/\S{1,4}/g, cb_decode);
3105 };
3106 var atob = function (a) {
3107 return _atob(String(a).replace(/[^A-Za-z0-9\+\/]/g, ''));
3108 };
3109 // var _decode = buffer ?
3110 // buffer.from && Uint8Array && buffer.from !== Uint8Array.from
3111 // ? function(a) {

Callers 15

Wechat.jsFile · 0.85
SubOne.jsFile · 0.85
_0x20a150Function · 0.85
_0x468791Function · 0.85
_0x307d00Function · 0.85
_0x24f66bFunction · 0.85
_0x2e8f82Function · 0.85
_0x522bceFunction · 0.85
_0x350bbdFunction · 0.85
_0x91f20eFunction · 0.85
sub-store-1.min.jsFile · 0.85

Calls 1

_atobFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…