MCPcopy Index your code
hub / github.com/nodejs/node / base64.any.js

File base64.any.js

test/fixtures/wpt/html/webappapis/atob/base64.any.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * btoa() as defined by the HTML5 spec, which mostly just references RFC4648.
3 */
4function mybtoa(s) {

Callers

nothing calls this directly

Calls 9

mybtoaFunction · 0.85
fetchFunction · 0.85
mapMethod · 0.65
jsonMethod · 0.65
format_valueFunction · 0.50
generate_testsFunction · 0.50
promise_testFunction · 0.50
pushMethod · 0.45
thenMethod · 0.45

Tested by

no test coverage detected