Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/foxcpp/maddy
/ Open
Method
Open
framework/buffer/memory.go:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
func
(mb MemoryBuffer) Open() (io.ReadCloser, error) {
31
return
NewBytesReader(mb.Slice), nil
32
}
33
34
func
(mb MemoryBuffer) Len() int {
35
return
len(mb.Slice)
Callers
nothing calls this directly
Calls
1
NewBytesReader
Function · 0.85
Tested by
no test coverage detected