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

Method GetKey

bitmap/pb.pb.go:3147–3152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3145}
3146
3147func (m *Function) GetKey() string {
3148 if m != nil {
3149 return m.Key
3150 }
3151 return ""
3152}
3153
3154func (m *Function) GetArgs() []string {
3155 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected