MCPcopy
hub / github.com/mattermost/mattermost / remoteIOReader

Struct remoteIOReader

server/public/plugin/io_rpc.go:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type remoteIOReader struct {
13 conn io.ReadWriteCloser
14}
15
16func (r *remoteIOReader) Read(b []byte) (int, error) {
17 var buf [10]byte

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected