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

Method GetEntities

pkg/database/collections.go:107–109  ·  view source on GitHub ↗

GetEntities - Get entities

()

Source from the content-addressed store, hash-verified

105
106// GetEntities - Get entities
107func (e *EntityCollection) GetEntities() []*base.Entity {
108 return e.entities
109}
110
111// Add - New subject to collection.
112func (e *EntityCollection) Add(entity *base.Entity) {

Callers 2

TestEntityCollectionFunction · 0.95
TestEmptyCollectionsFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestEntityCollectionFunction · 0.76
TestEmptyCollectionsFunction · 0.76