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

Method GetTuples

pkg/database/collections.go:30–32  ·  view source on GitHub ↗

GetTuples - Get tuples

()

Source from the content-addressed store, hash-verified

28
29// GetTuples - Get tuples
30func (t *TupleCollection) GetTuples() []*base.Tuple {
31 return t.tuples
32}
33
34// Add - New subject to collection.
35func (t *TupleCollection) Add(tuple *base.Tuple) {

Callers 3

TestTupleCollectionFunction · 0.95
TestEmptyCollectionsFunction · 0.95
TestBundlesFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestTupleCollectionFunction · 0.76
TestEmptyCollectionsFunction · 0.76
TestBundlesFunction · 0.36