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

Struct daselReader

parsing/d/reader.go:27–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27type daselReader struct {
28}
29
30func (dr *daselReader) Read(in []byte) (*model.Value, error) {
31 if len(in) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected