MCPcopy
hub / github.com/openfga/openfga / Read

Method Read

pkg/storage/postgres/postgres_test.go:76–78  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

74}
75
76func (m *MemFile) Read(p []byte) (n int, err error) {
77 return m.Content.Read(p)
78}
79
80func (m *MemFile) Close() error {
81 return m.Content.Close()

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.65

Tested by

no test coverage detected