Deprecated: Do not use.
()
| 3444 | |
| 3445 | // Deprecated: Do not use. |
| 3446 | func (m *SchemaResult) GetSchema() []*SchemaNode { |
| 3447 | if m != nil { |
| 3448 | return m.Schema |
| 3449 | } |
| 3450 | return nil |
| 3451 | } |
| 3452 | |
| 3453 | type SchemaUpdate struct { |
| 3454 | Predicate string `protobuf:"bytes,1,opt,name=predicate,proto3" json:"predicate,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected