Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3067
func
isSortkey(k string) bool {
3068
return
k ==
"orderasc"
|| k ==
"orderdesc"
3069
}
3070
3071
type
countType int
3072
Callers
2
parseArguments
Function · 0.85
getRoot
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected