MCPcopy
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
23type csvReader struct {
24 separator rune
25}
26
27// Read reads a value from a byte slice.
28func (j *csvReader) Read(data []byte) (*model.Value, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected