Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MG-RAST/Shock
/ column
Struct
column
shock-server/node/file/index/column.go:15–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
)
14
15
type
column
struct
{
16
f *os.File
17
r line.LineReader
18
Index *Idx
19
}
20
21
func
NewColumnIndexer(f *os.File) column {
22
return
column{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected