Benchmark harness support for STK-REQ-004.
(input []byte)
| 1234 | |
| 1235 | // Benchmark harness support for STK-REQ-004. |
| 1236 | func (uj *DSTopic) UnmarshalJSON(input []byte) error { |
| 1237 | fs := fflib.NewFFLexer(input) |
| 1238 | return uj.UnmarshalJSONFFLexer(fs, fflib.FFParse_map_start) |
| 1239 | } |
| 1240 | |
| 1241 | // Benchmark harness support for STK-REQ-004. |
| 1242 | func (uj *DSTopic) UnmarshalJSONFFLexer(fs *fflib.FFLexer, state fflib.FFParseState) error { |
nothing calls this directly
no test coverage detected