MCPcopy
hub / github.com/pquerna/ffjson / UnmarshalFaster

Interface UnmarshalFaster

inception/reflect.go:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118type UnmarshalFaster interface {
119 UnmarshalJSONFFLexer(l *fflib.FFLexer, state fflib.FFParseState) error
120}
121
122var marshalerType = reflect.TypeOf(new(json.Marshaler)).Elem()
123var marshalerFasterType = reflect.TypeOf(new(MarshalerFaster)).Elem()

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…