Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TomWright/dasel
/ csvReader
Struct
csvReader
parsing/csv/reader.go:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
type
csvReader
struct
{
24
separator rune
25
}
26
27
// Read reads a value from a byte slice.
28
func
(j *csvReader) Read(data []byte) (*model.Value, error) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected