MCPcopy Create free account
hub / github.com/Script-Hub-Org/Script-Hub / parseLoonKey

Function parseLoonKey

Rewrite-Parser.beta.js:3594–3596  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

3592// a 是 "a"
3593// "a" 是 "\"a\""
3594function parseLoonKey(v) {
3595 return v.replace(/\\x20/g, ' ')
3596}
3597// 123 是 123
3598// "123" 是 "123"
3599// a 是 "a"

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected