(_ context.Context, _ string, _ *base.TupleFilter, _ string, _ database.Pagination)
| 50 | } |
| 51 | |
| 52 | func (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 | |
| 56 | func (f *NoopDataReader) QuerySingleAttribute(_ context.Context, _ string, _ *base.AttributeFilter, _ string) (*base.Attribute, error) { |
| 57 | return &base.Attribute{}, nil |
nothing calls this directly
no test coverage detected