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

Function decode

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

Source from the content-addressed store, hash-verified

134 return valuesEncode(val);
135 },
136 decode(val) {
137 return valuesDecode(val);
138 }
139};

Callers

nothing calls this directly

Calls 1

valuesDecodeFunction · 0.85

Tested by

no test coverage detected