Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ atob
Method
atob
typings/internalBinding/buffer.d.ts:2–2 ·
view source on GitHub ↗
(input: string)
Source
from the content-addressed store, hash-verified
1
export
interface
BufferBinding {
2
atob(input: string): string | -1 | -2 | -3;
3
btoa(input: string): string | -1;
4
5
setBufferPrototype(proto: object): void;
Callers
3
test-btoa-atob.js
File · 0.80
runAtobTests
Function · 0.80
readFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected