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/line/line.go:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
)
9
10
type
Reader
struct
{
11
f io.Reader
12
r *bufio.Reader
13
}
14
15
type
LineReader
interface
{
16
ReadLine() ([]byte, error)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected