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

Function encode

utils/core-values-encoder.js:133–135  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

131
132export default {
133 encode(val) {
134 return valuesEncode(val);
135 },
136 decode(val) {
137 return valuesDecode(val);
138 }

Callers

nothing calls this directly

Calls 1

valuesEncodeFunction · 0.85

Tested by

no test coverage detected