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

Struct NoopBundleWriter

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

Source from the content-addressed store, hash-verified

193}
194
195type NoopBundleWriter struct{}
196
197func NewNoopBundleWriter() BundleWriter {
198 return &NoopBundleWriter{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected