MCPcopy 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
40func (fb FileBuffer) Open() (io.ReadCloser, error) {
41 return os.Open(fb.Path)
42}
43
44func (fb FileBuffer) Len() int {
45 if fb.LenHint != 0 {

Callers

nothing calls this directly

Calls 1

OpenMethod · 0.65

Tested by

no test coverage detected