Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
76
func
(m *MemFile) Read(p []byte) (n int, err error) {
77
return
m.Content.Read(p)
78
}
79
80
func
(m *MemFile) Close() error {
81
return
m.Content.Close()
Callers
nothing calls this directly
Calls
1
Read
Method · 0.65
Tested by
no test coverage detected