MCPcopy
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
101func (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

NewDecoderMethod · 0.65

Tested by

no test coverage detected