Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moli-X/Resources
/ _atob
Function
_atob
Script/Parser.js:3103–3105 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
3101
return
chars.join(
''
);
3102
};
3103
var
_atob =
function
(a) {
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
};
Callers
2
atob
Function · 0.85
_decode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected