Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MG-RAST/Shock
/ Reader
Struct
Reader
shock-server/node/file/format/multi/multi.go:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
type
Reader
struct
{
30
f file.SectionReader
31
r seq.ReadRewinder
32
format string
33
}
34
35
func
NewReader(f file.SectionReader) *Reader {
36
return
&Reader{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected