Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/foxcpp/maddy
/ Open
Method
Open
framework/buffer/file.go:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
func
(fb FileBuffer) Open() (io.ReadCloser, error) {
41
return
os.Open(fb.Path)
42
}
43
44
func
(fb FileBuffer) Len() int {
45
if
fb.LenHint != 0 {
Callers
nothing calls this directly
Calls
1
Open
Method · 0.65
Tested by
no test coverage detected