MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / atob

Function atob

app/services/tdc_vm_runner.cjs:262–264  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

260 },
261 cancelAnimationFrame() {},
262 atob(value) {
263 return Buffer.from(String(value), 'base64').toString('binary');
264 },
265 btoa(value) {
266 return Buffer.from(String(value), 'binary').toString('base64');
267 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected