MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / GetArgs

Method GetArgs

bitmap/pb.pb.go:3154–3159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3152}
3153
3154func (m *Function) GetArgs() []string {
3155 if m != nil {
3156 return m.Args
3157 }
3158 return nil
3159}
3160
3161// Op and Children are internal nodes and Func on leaves.
3162type FilterTree struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected