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

Function stringFromBase64

out/cli.cjs:33042–33044  ·  view source on GitHub ↗
(b64str)

Source from the content-addressed store, hash-verified

33040 return bytesToBase64(stringToBytes(str2));
33041 }
33042 function stringFromBase64(b64str) {
33043 return stringFromBytes(bytesFromBase64(b64str));
33044 }
33045 exports2.zodOutbound = z6.instanceof(Uint8Array).or(z6.string().transform(stringToBytes));
33046 exports2.zodInbound = z6.instanceof(Uint8Array).or(z6.string().transform(bytesFromBase64));
33047 }

Callers

nothing calls this directly

Calls 2

stringFromBytesFunction · 0.85
bytesFromBase64Function · 0.85

Tested by

no test coverage detected