Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Script-Hub-Org/Script-Hub
/ parseLoonKey
Function
parseLoonKey
Rewrite-Parser.js:3182–3184 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
3180
// a 是 "a"
3181
// "a" 是 "\"a\""
3182
function
parseLoonKey(v) {
3183
return
v.replace(/\\x20/g,
' '
)
3184
}
3185
// 123 是 123
3186
// "123" 是 "123"
3187
// a 是 "a"
Callers
1
Rewrite-Parser.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected