Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
type
NoopDataWriter
struct
{}
91
92
func
NewNoopDataWriter() DataWriter {
93
return
&NoopDataWriter{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected