MCPcopy
hub / github.com/yume-chan/ya-webadb / nodeEncodeBase64

Function nodeEncodeBase64

libraries/adb/src/utils/base64.spec.ts:29–31  ·  view source on GitHub ↗
(input: Uint8Array)

Source from the content-addressed store, hash-verified

27
28 describe("decodeBase64", () => {
29 function nodeEncodeBase64(input: Uint8Array) {
30 return Buffer.from(input).toString("base64");
31 }
32
33 inputs.forEach((input) => {
34 describe(`input length = ${input.length}`, () => {

Callers 1

base64.spec.tsFile · 0.85

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected