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

Method Serialized

internal/storage/model.go:70–72  ·  view source on GitHub ↗

Serialized - get schema serialized definition

()

Source from the content-addressed store, hash-verified

68
69// Serialized - get schema serialized definition
70func (e SchemaDefinition) Serialized() string {
71 return string(e.SerializedDefinition)
72}
73
74// Tenant - Structure for tenant
75type Tenant struct {

Callers 8

ReadSchemaMethod · 0.95
ReadSchemaStringMethod · 0.95
ReadEntityDefinitionMethod · 0.95
ReadRuleDefinitionMethod · 0.95
ReadSchemaMethod · 0.80
ReadSchemaStringMethod · 0.80
ReadEntityDefinitionMethod · 0.80
ReadRuleDefinitionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected