Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
export
default {
133
encode(val) {
134
return
valuesEncode(val);
135
},
136
decode(val) {
137
return
valuesDecode(val);
138
}
Callers
nothing calls this directly
Calls
1
valuesEncode
Function · 0.85
Tested by
no test coverage detected