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

Struct NoopBundleReader

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

Source from the content-addressed store, hash-verified

174}
175
176type NoopBundleReader struct{}
177
178func NewNoopBundleReader() BundleReader {
179 return &NoopBundleReader{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected