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