MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / stringToBase64

Function stringToBase64

out/cli.cjs:33039–33041  ·  view source on GitHub ↗
(str2)

Source from the content-addressed store, hash-verified

33037 return new TextDecoder().decode(u8arr);
33038 }
33039 function stringToBase64(str2) {
33040 return bytesToBase64(stringToBytes(str2));
33041 }
33042 function stringFromBase64(b64str) {
33043 return stringFromBytes(bytesFromBase64(b64str));
33044 }

Callers

nothing calls this directly

Calls 2

bytesToBase64Function · 0.85
stringToBytesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…