Benchmark harness support for STK-REQ-004.
(input []byte)
| 2330 | |
| 2331 | // Benchmark harness support for STK-REQ-004. |
| 2332 | func (uj *MediumPayload) UnmarshalJSON(input []byte) error { |
| 2333 | fs := fflib.NewFFLexer(input) |
| 2334 | return uj.UnmarshalJSONFFLexer(fs, fflib.FFParse_map_start) |
| 2335 | } |
| 2336 | |
| 2337 | // Benchmark harness support for STK-REQ-004. |
| 2338 | func (uj *MediumPayload) UnmarshalJSONFFLexer(fs *fflib.FFLexer, state fflib.FFParseState) error { |
nothing calls this directly
no test coverage detected