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

Struct NoopDataWriter

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

Source from the content-addressed store, hash-verified

88}
89
90type NoopDataWriter struct{}
91
92func NewNoopDataWriter() DataWriter {
93 return &NoopDataWriter{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected