MCPcopy Index your code
hub / github.com/dgraph-io/dgraph / isMathBlock

Function isMathBlock

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

Source from the content-addressed store, hash-verified

3502}
3503
3504func isMathBlock(name string) bool {
3505 return name == "math"
3506}
3507
3508func isGeoFunc(name string) bool {
3509 return name == "near" || name == "contains" || name == "within" || name == "intersects"

Callers 2

validateEmptyBlockItemFunction · 0.85
godeepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected