MCPcopy Create free account
hub / github.com/Ice-Hazymoon/MikuTools / valuesEncode

Function valuesEncode

utils/core-values-encoder.js:128–130  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

126}
127
128function valuesEncode(str) {
129 return duo2values(hex2duo(str2utf8(str)));
130}
131
132export default {
133 encode(val) {

Callers 1

encodeFunction · 0.85

Calls 3

duo2valuesFunction · 0.85
hex2duoFunction · 0.85
str2utf8Function · 0.85

Tested by

no test coverage detected