MCPcopy Index your code
hub / github.com/Permify/permify / NoopSchemaReader

Struct NoopSchemaReader

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

Source from the content-addressed store, hash-verified

122}
123
124type NoopSchemaReader struct{}
125
126func NewNoopSchemaReader() SchemaReader {
127 return &NoopSchemaReader{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected