MCPcopy
hub / github.com/dgraph-io/dgraph / isSortkey

Function isSortkey

dql/parser.go:3067–3069  ·  view source on GitHub ↗
(k string)

Source from the content-addressed store, hash-verified

3065}
3066
3067func isSortkey(k string) bool {
3068 return k == "orderasc" || k == "orderdesc"
3069}
3070
3071type countType int
3072

Callers 2

parseArgumentsFunction · 0.85
getRootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected