Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/foxcpp/maddy
/ unescapeName
Function
unescapeName
internal/updatepipe/serialize.go:31–33 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
29
)
30
31
func
unescapeName(s string) string {
32
return
strings.ReplaceAll(s,
"\x10"
,
";"
)
33
}
34
35
func
escapeName(s string) string {
36
return
strings.ReplaceAll(s,
";"
,
"\x10"
)
Callers
1
parseUpdate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected