Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/moby/moby
/ decoder
Struct
decoder
daemon/logger/jsonfilelog/read.go:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
type
decoder
struct
{
46
rdr io.Reader
47
dec *json.Decoder
48
jl *jsonlog.JSONLog
49
}
50
51
func
(d *decoder) Reset(rdr io.Reader) {
52
d.rdr = rdr
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected