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

Method QueryRelationships

internal/storage/storage.go:48–50  ·  view source on GitHub ↗
(_ context.Context, _ string, _ *base.TupleFilter, _ string, _ database.CursorPagination)

Source from the content-addressed store, hash-verified

46}
47
48func (f *NoopDataReader) QueryRelationships(_ context.Context, _ string, _ *base.TupleFilter, _ string, _ database.CursorPagination) (*database.TupleIterator, error) {
49 return database.NewTupleIterator(), nil
50}
51
52func (f *NoopDataReader) ReadRelationships(_ context.Context, _ string, _ *base.TupleFilter, _ string, _ database.Pagination) (*database.TupleCollection, database.EncodedContinuousToken, error) {
53 return database.NewTupleCollection(), database.NewNoopContinuousToken().Encode(), nil

Callers

nothing calls this directly

Calls 1

NewTupleIteratorFunction · 0.92

Tested by

no test coverage detected