Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
function
valuesEncode(str) {
129
return
duo2values(hex2duo(str2utf8(str)));
130
}
131
132
export
default {
133
encode(val) {
Callers
1
encode
Function · 0.85
Calls
3
duo2values
Function · 0.85
hex2duo
Function · 0.85
str2utf8
Function · 0.85
Tested by
no test coverage detected