Benchmark harness support for STK-REQ-004.
(input []byte)
| 53 | |
| 54 | // Benchmark harness support for STK-REQ-004. |
| 55 | func (uj *CBAvatar) UnmarshalJSON(input []byte) error { |
| 56 | fs := fflib.NewFFLexer(input) |
| 57 | return uj.UnmarshalJSONFFLexer(fs, fflib.FFParse_map_start) |
| 58 | } |
| 59 | |
| 60 | // Benchmark harness support for STK-REQ-004. |
| 61 | func (uj *CBAvatar) UnmarshalJSONFFLexer(fs *fflib.FFLexer, state fflib.FFParseState) error { |
nothing calls this directly
no test coverage detected