Benchmark harness support for STK-REQ-004.
(input []byte)
| 467 | |
| 468 | // Benchmark harness support for STK-REQ-004. |
| 469 | func (uj *CBGravatar) UnmarshalJSON(input []byte) error { |
| 470 | fs := fflib.NewFFLexer(input) |
| 471 | return uj.UnmarshalJSONFFLexer(fs, fflib.FFParse_map_start) |
| 472 | } |
| 473 | |
| 474 | // Benchmark harness support for STK-REQ-004. |
| 475 | func (uj *CBGravatar) UnmarshalJSONFFLexer(fs *fflib.FFLexer, state fflib.FFParseState) error { |
nothing calls this directly
no test coverage detected