Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gin-gonic/gin
/ NewDecoder
Method
NewDecoder
binding/json_test.go:101–103 ·
view source on GitHub ↗
(reader io.Reader)
Source
from the content-addressed store, hash-verified
99
}
100
101
func
(j customJsonApi) NewDecoder(reader io.Reader) json.Decoder {
102
return
customConfig.NewDecoder(reader)
103
}
104
105
// region Time Extension
106
Callers
nothing calls this directly
Calls
1
NewDecoder
Method · 0.65
Tested by
no test coverage detected