MCPcopy
hub / github.com/ent/ent / Unquote

Function Unquote

dialect/sql/sqljson/sqljson.go:436–440  ·  view source on GitHub ↗

Unquote indicates that the result value should be unquoted. ValuePath(b, "column", Path("a", "b", "[1]", "c"), Unquote(true))

(unquote bool)

Source from the content-addressed store, hash-verified

434//
435// ValuePath(b, "column", Path("a", "b", "[1]", "c"), Unquote(true))
436func Unquote(unquote bool) Option {
437 return func(p *PathOptions) {
438 p.Unquote = unquote
439 }
440}
441
442// Cast indicates that the result value should be cast to the given type.
443//

Callers 6

TestWritePathFunction · 0.92
StringHasPrefixFunction · 0.85
StringHasSuffixFunction · 0.85
StringContainsFunction · 0.85
valueInOpFunction · 0.85
normalizePGFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestWritePathFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…