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

Function btoa

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

Source from the content-addressed store, hash-verified

263 return Buffer.from(String(value), 'base64').toString('binary');
264 },
265 btoa(value) {
266 return Buffer.from(String(value), 'binary').toString('base64');
267 },
268 location: {
269 href: entryUrl,
270 protocol: `${url.protocol}`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected