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

Function stringFromBytes

out/cli.cjs:33036–33038  ·  view source on GitHub ↗
(u8arr)

Source from the content-addressed store, hash-verified

33034 return new TextEncoder().encode(str2);
33035 }
33036 function stringFromBytes(u8arr) {
33037 return new TextDecoder().decode(u8arr);
33038 }
33039 function stringToBase64(str2) {
33040 return bytesToBase64(stringToBytes(str2));
33041 }

Callers 1

stringFromBase64Function · 0.85

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…