Benchmark harness support for STK-REQ-004.
(input []byte)
| 2688 | |
| 2689 | // Benchmark harness support for STK-REQ-004. |
| 2690 | func (uj *SmallPayload) UnmarshalJSON(input []byte) error { |
| 2691 | fs := fflib.NewFFLexer(input) |
| 2692 | return uj.UnmarshalJSONFFLexer(fs, fflib.FFParse_map_start) |
| 2693 | } |
| 2694 | |
| 2695 | // Benchmark harness support for STK-REQ-004. |
| 2696 | func (uj *SmallPayload) UnmarshalJSONFFLexer(fs *fflib.FFLexer, state fflib.FFParseState) error { |
nothing calls this directly
no test coverage detected