Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3500
func
isExpandFunc(name string) bool {
3501
return
name ==
"expand"
3502
}
3503
3504
func
isMathBlock(name string) bool {
3505
return
name ==
"math"
Callers
1
godeep
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected