Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
27
type
daselReader
struct
{
28
}
29
30
func
(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