MCPcopy Create free account
hub / github.com/Botloader/botloader / base64Encode

Function base64Encode

components/runtime/src/ts/core_util.ts:236–238  ·  view source on GitHub ↗
(data: Uint8Array)

Source from the content-addressed store, hash-verified

234}
235
236export function base64Encode(data: Uint8Array): string {
237 return OpWrappers.forgivingBase64Encode(data)
238}
239
240export function base64Decode(data: string): Uint8Array {
241 return OpWrappers.forgivingBase64Decode(data)

Callers 2

dataUriMethod · 0.90
toOpMessageFieldsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected