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

Function isExpandFunc

dql/parser.go:3500–3502  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

3498}
3499
3500func isExpandFunc(name string) bool {
3501 return name == "expand"
3502}
3503
3504func isMathBlock(name string) bool {
3505 return name == "math"

Callers 1

godeepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected