MCPcopy Index your code
hub / github.com/go-openapi/jsonpointer / Unescape

Function Unescape

pointer.go:753–755  ·  view source on GitHub ↗

Unescape unescapes a json pointer reference token string to the original representation.

(token string)

Source from the content-addressed store, hash-verified

751
752// Unescape unescapes a json pointer reference token string to the original representation.
753func Unescape(token string) string {
754 return encRefTokReplacer.Replace(token)
755}
756
757// Escape escapes a pointer reference token string.
758//

Callers 5

ExampleNewFunction · 0.85
TestEscapingFunction · 0.85
DecodedTokensMethod · 0.85
getMethod · 0.85
setAtMethod · 0.85

Calls

no outgoing calls

Tested by 2

ExampleNewFunction · 0.68
TestEscapingFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…