Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openimsdk/open-im-server
/ memoryBuffer
Struct
memoryBuffer
tools/url2im/pkg/buffer.go:92–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
type
memoryBuffer
struct
{
93
r *bytes.Reader
94
}
95
96
func
(r *memoryBuffer) Read(p []byte) (n int, err error) {
97
return
r.r.Read(p)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected