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

Method QueryUniqueSubjectReferences

internal/storage/storage.go:68–70  ·  view source on GitHub ↗
(_ context.Context, _ string, _ *base.RelationReference, _ []string, _ string, _ database.Pagination)

Source from the content-addressed store, hash-verified

66}
67
68func (f *NoopDataReader) QueryUniqueSubjectReferences(_ context.Context, _ string, _ *base.RelationReference, _ []string, _ string, _ database.Pagination) ([]string, database.EncodedContinuousToken, error) {
69 return []string{}, database.NewNoopContinuousToken().Encode(), nil
70}
71
72func (f *NoopDataReader) HeadSnapshot(_ context.Context, _ string) (token.SnapToken, error) {
73 return token.NewNoopToken(), nil

Callers

nothing calls this directly

Calls 2

NewNoopContinuousTokenFunction · 0.92
EncodeMethod · 0.65

Tested by

no test coverage detected