MCPcopy Create free account
hub / github.com/pquerna/ffjson / NewDecoder

Function NewDecoder

ffjson/decoder.go:36–38  ·  view source on GitHub ↗

NewDecoder returns a reusable Decoder.

()

Source from the content-addressed store, hash-verified

34
35// NewDecoder returns a reusable Decoder.
36func NewDecoder() *Decoder {
37 return &Decoder{}
38}
39
40// Decode the data in the supplied data slice.
41func (d *Decoder) Decode(data []byte, v interface{}) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…