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

Method GetTypeName

protos/pb/pb.pb.go:4168–4173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4166}
4167
4168func (x *TypeUpdate) GetTypeName() string {
4169 if x != nil {
4170 return x.TypeName
4171 }
4172 return ""
4173}
4174
4175func (x *TypeUpdate) GetFields() []*SchemaUpdate {
4176 if x != nil {

Callers 3

applyInitialTypesMethod · 0.80
applyMutationsMethod · 0.80
applyInitialTypesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected