Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TomWright/dasel
/ Read
Method
Read
parsing/reader.go:21–21 ·
view source on GitHub ↗
Read reads a value from a byte slice.
([]byte)
Source
from the content-addressed store, hash-verified
19
type
Reader
interface
{
20
// Read reads a value from a byte slice.
21
Read([]byte) (*model.Value, error)
22
}
23
24
// NewReaderFn is a function that creates a new reader.
Callers
15
run
Function · 0.95
Decode
Method · 0.95
TestIni
Function · 0.95
TestTomlWriter_RoundTripSimple
Function · 0.95
TestTomlWriter_OrderPreserved
Function · 0.95
TestTomlWriter_ArrayOfTables_RoundTrip
Function · 0.95
TestTomlWriter_MoreCases
Function · 0.95
TestTomlWriter_Compact
Function · 0.95
TestTomlWriter_StrictOutput
Function · 0.95
tomlReaderTest
Function · 0.95
TestTomlReader_ComplexFile
Function · 0.95
TestTomlReader_EdgeCases
Function · 0.95
Implementers
9
kdlReader
parsing/kdl/kdl_reader.go
daselReader
parsing/d/reader.go
iniReader
parsing/ini/ini_reader.go
tomlReader
parsing/toml/toml_reader.go
xmlReader
parsing/xml/reader.go
hclReader
parsing/hcl/reader.go
yamlReader
parsing/yaml/yaml_reader.go
jsonReader
parsing/json/json_reader.go
csvReader
parsing/csv/reader.go
Calls
no outgoing calls
Tested by
15
TestIni
Function · 0.76
TestTomlWriter_RoundTripSimple
Function · 0.76
TestTomlWriter_OrderPreserved
Function · 0.76
TestTomlWriter_ArrayOfTables_RoundTrip
Function · 0.76
TestTomlWriter_MoreCases
Function · 0.76
TestTomlWriter_Compact
Function · 0.76
TestTomlWriter_StrictOutput
Function · 0.76
tomlReaderTest
Function · 0.76
TestTomlReader_ComplexFile
Function · 0.76
TestTomlReader_EdgeCases
Function · 0.76
TestTomlReader_TimeStrings
Function · 0.76
TestXmlReader_Read
Function · 0.76