MCPcopy
hub / github.com/TomWright/dasel / iniReader

Struct iniReader

parsing/ini/ini_reader.go:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21type iniReader struct{}
22
23// Read reads a value from a byte slice.
24func (j *iniReader) Read(data []byte) (*model.Value, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected