MCPcopy 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
31func unescapeName(s string) string {
32 return strings.ReplaceAll(s, "\x10", ";")
33}
34
35func escapeName(s string) string {
36 return strings.ReplaceAll(s, ";", "\x10")

Callers 1

parseUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected