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

Function DefaultReaderOptions

parsing/reader.go:12–16  ·  view source on GitHub ↗

DefaultReaderOptions returns the default reader options.

()

Source from the content-addressed store, hash-verified

10
11// DefaultReaderOptions returns the default reader options.
12func DefaultReaderOptions() ReaderOptions {
13 return ReaderOptions{
14 Ext: make(map[string]string),
15 }
16}
17
18// Reader reads a value from a byte slice.
19type Reader interface {

Callers 15

runFunction · 0.92
DecodeMethod · 0.92
newTestReaderFunction · 0.92
mustReaderFunction · 0.92
TestIniFunction · 0.92
TestTomlWriter_MoreCasesFunction · 0.92
TestTomlWriter_CompactFunction · 0.92
tomlReaderTestFunction · 0.92

Calls

no outgoing calls

Tested by 15

newTestReaderFunction · 0.74
mustReaderFunction · 0.74
TestIniFunction · 0.74
TestTomlWriter_MoreCasesFunction · 0.74
TestTomlWriter_CompactFunction · 0.74
tomlReaderTestFunction · 0.74
TestTomlReader_EdgeCasesFunction · 0.74