()
| 798 | } |
| 799 | |
| 800 | func (x *SchemaDefinition) GetRuleDefinitions() map[string]*RuleDefinition { |
| 801 | if x != nil { |
| 802 | return x.RuleDefinitions |
| 803 | } |
| 804 | return nil |
| 805 | } |
| 806 | |
| 807 | func (x *SchemaDefinition) GetReferences() map[string]SchemaDefinition_Reference { |
| 808 | if x != nil { |
no outgoing calls
no test coverage detected