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

Struct Decoder

ffjson/decoder.go:31–33  ·  view source on GitHub ↗

This is a reusable decoder. This should not be used by more than one goroutine at the time.

Source from the content-addressed store, hash-verified

29// This is a reusable decoder.
30// This should not be used by more than one goroutine at the time.
31type Decoder struct {
32 fs *fflib.FFLexer
33}
34
35// NewDecoder returns a reusable Decoder.
36func NewDecoder() *Decoder {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected