()
| 5040 | } |
| 5041 | |
| 5042 | func (m *BulkMeta) GetSchemaMap() map[string]*SchemaUpdate { |
| 5043 | if m != nil { |
| 5044 | return m.SchemaMap |
| 5045 | } |
| 5046 | return nil |
| 5047 | } |
| 5048 | |
| 5049 | func init() { |
| 5050 | proto.RegisterEnum("pb.DirectedEdge_Op", DirectedEdge_Op_name, DirectedEdge_Op_value) |
nothing calls this directly
no outgoing calls
no test coverage detected