| 116 | } |
| 117 | |
| 118 | type UnmarshalFaster interface { |
| 119 | UnmarshalJSONFFLexer(l *fflib.FFLexer, state fflib.FFParseState) error |
| 120 | } |
| 121 | |
| 122 | var marshalerType = reflect.TypeOf(new(json.Marshaler)).Elem() |
| 123 | var marshalerFasterType = reflect.TypeOf(new(MarshalerFaster)).Elem() |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…