Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/davyxu/tabtoy
/ CSVFile
Struct
CSVFile
v3/helper/tab_csv.go:15–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
)
14
15
type
CSVFile
struct
{
16
sheet *CSVSheet
17
18
Name string
19
20
records [][]string
21
}
22
23
func
(self *CSVFile) Sheets() (ret []TableSheet) {
24
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected