MCPcopy
hub / github.com/ent/ent / isQuoted

Function isQuoted

dialect/sql/sqljson/sqljson.go:686–691  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

684}
685
686func isQuoted(s string) bool {
687 if s == "" {
688 return false
689 }
690 return s[0] == '"' && s[len(s)-1] == '"'
691}
692
693// isJSONIdx reports whether the string represents a JSON index.
694func isJSONIdx(s string) (string, bool) {

Callers 1

mysqlPathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…