MCPcopy Index your code
hub / github.com/foxcpp/maddy / Open

Method Open

framework/buffer/buffer.go:42–42  ·  view source on GitHub ↗

Open creates new Reader reading from the underlying storage.

()

Source from the content-addressed store, hash-verified

40type Buffer interface {
41 // Open creates new Reader reading from the underlying storage.
42 Open() (io.ReadCloser, error)
43
44 // Len reports the length of the stored blob.
45 //

Callers 15

ReadConfigFunction · 0.65
resolveImportMethod · 0.65
OpenMethod · 0.65
NewPQFunction · 0.65
ReadFunction · 0.65
ConfigureMethod · 0.65
BodyNonAtomicMethod · 0.65
BodyMethod · 0.65
OpenMethod · 0.65
OpenMethod · 0.65
readFileFunction · 0.65
ConfigureMethod · 0.65

Implementers 3

FileBufferframework/buffer/file.go
MemoryBufferframework/buffer/memory.go
FailingBufferinternal/testutils/buffer.go

Calls

no outgoing calls

Tested by

no test coverage detected