Benchmark harness support for STK-REQ-004.
(input []byte)
| 1504 | |
| 1505 | // Benchmark harness support for STK-REQ-004. |
| 1506 | func (uj *DSTopicsList) UnmarshalJSON(input []byte) error { |
| 1507 | fs := fflib.NewFFLexer(input) |
| 1508 | return uj.UnmarshalJSONFFLexer(fs, fflib.FFParse_map_start) |
| 1509 | } |
| 1510 | |
| 1511 | // Benchmark harness support for STK-REQ-004. |
| 1512 | func (uj *DSTopicsList) UnmarshalJSONFFLexer(fs *fflib.FFLexer, state fflib.FFParseState) error { |
nothing calls this directly
no test coverage detected