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

Method GetEntityDefinitions

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

Source from the content-addressed store, hash-verified

791}
792
793func (x *SchemaDefinition) GetEntityDefinitions() map[string]*EntityDefinition {
794 if x != nil {
795 return x.EntityDefinitions
796 }
797 return nil
798}
799
800func (x *SchemaDefinition) GetRuleDefinitions() map[string]*RuleDefinition {
801 if x != nil {

Callers 4

validateMethod · 0.95
SchemaToGraphMethod · 0.80
GetEntityByNameFunction · 0.80
WalkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected