Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/javascript-obfuscator/javascript-obfuscator
/ atob
Function
atob
test/helpers/atob.ts:5–7 ·
view source on GitHub ↗
(encodedString: string)
Source
from the content-addressed store, hash-verified
3
* @returns {string}
4
*/
5
export
function
atob(encodedString: string): string {
6
return
Buffer.from(encodedString,
'base64'
).toString();
7
}
Callers
3
CryptUtils.spec.ts
File · 0.90
parseSourceMapFromObfuscatedCode
Function · 0.90
e
Function · 0.85
Calls
1
toString
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…