MCPcopy Create free account
hub / github.com/Permify/permify / GetRuleDefinitions

Method GetRuleDefinitions

pkg/pb/base/v1/base.pb.go:800–805  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

validateMethod · 0.95
SchemaToGraphMethod · 0.80
GetRuleByNameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected