(_ context.Context, _ string, _ *base.RelationReference, _ []string, _ string, _ database.Pagination)
| 66 | } |
| 67 | |
| 68 | func (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 | |
| 72 | func (f *NoopDataReader) HeadSnapshot(_ context.Context, _ string) (token.SnapToken, error) { |
| 73 | return token.NewNoopToken(), nil |
nothing calls this directly
no test coverage detected