Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ bytesReader
Struct
bytesReader
pkg/storage/bytes.go:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
)
6
7
type
bytesReader
struct
{
8
*bytes.Reader
9
}
10
11
var
_ Reader = (*bytesReader)(nil)
12
var
_ Sizer = (*bytesReader)(nil)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected