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

Function btoa

Script/Parser.js:3039–3041  ·  view source on GitHub ↗
(b)

Source from the content-addressed store, hash-verified

3037 return chars.join('');
3038 };
3039 var btoa = function (b) {
3040 return b.replace(/[\s\S]{1,3}/g, cb_encode);
3041 };
3042 // var _encode = function(u) {
3043 // var isUint8Array = Object.prototype.toString.call(u) === '[object Uint8Array]';
3044 // return isUint8Array ? u.toString('base64')

Callers 6

Base64CodeFunction · 0.85
Wechat.jsFile · 0.85
SubOne.jsFile · 0.85
sub-store-1.min.jsFile · 0.85
weixin110.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…