MCPcopy
hub / github.com/dgraph-io/dgraph / GetDirective

Method GetDirective

protos/pb/pb.pb.go:3930–3935  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3928}
3929
3930func (x *SchemaUpdate) GetDirective() SchemaUpdate_Directive {
3931 if x != nil {
3932 return x.Directive
3933 }
3934 return SchemaUpdate_NONE
3935}
3936
3937func (x *SchemaUpdate) GetTokenizer() []string {
3938 if x != nil {

Callers 3

createPostingsMethod · 0.80
toSchemaFunction · 0.80
populateSchemaFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected