Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gin-gonic/gin
/ NewDecoder
Method
NewDecoder
codec/json/json.go:39–41 ·
view source on GitHub ↗
(reader io.Reader)
Source
from the content-addressed store, hash-verified
37
}
38
39
func
(j jsonApi) NewDecoder(reader io.Reader) Decoder {
40
return
json.NewDecoder(reader)
41
}
Callers
nothing calls this directly
Calls
1
NewDecoder
Method · 0.65
Tested by
no test coverage detected