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

Struct NoopDataReader

internal/storage/storage.go:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42type NoopDataReader struct{}
43
44func NewNoopRelationshipReader() DataReader {
45 return &NoopDataReader{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected