MCPcopy
hub / github.com/openimsdk/open-im-server / fileBuffer

Struct fileBuffer

tools/url2im/pkg/buffer.go:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67type fileBuffer struct {
68 n int64
69 f *os.File
70}
71
72func (r *fileBuffer) Read(p []byte) (n int, err error) {
73 return r.f.Read(p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected