MCPcopy Index your code
hub / github.com/Permify/permify / ReadRelationships

Method ReadRelationships

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

Source from the content-addressed store, hash-verified

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
54}
55
56func (f *NoopDataReader) QuerySingleAttribute(_ context.Context, _ string, _ *base.AttributeFilter, _ string) (*base.Attribute, error) {
57 return &base.Attribute{}, nil

Callers

nothing calls this directly

Calls 3

NewTupleCollectionFunction · 0.92
NewNoopContinuousTokenFunction · 0.92
EncodeMethod · 0.65

Tested by

no test coverage detected