Benchmark harness support for STK-REQ-004.
(input []byte)
| 2023 | |
| 2024 | // Benchmark harness support for STK-REQ-004. |
| 2025 | func (uj *LargePayload) UnmarshalJSON(input []byte) error { |
| 2026 | fs := fflib.NewFFLexer(input) |
| 2027 | return uj.UnmarshalJSONFFLexer(fs, fflib.FFParse_map_start) |
| 2028 | } |
| 2029 | |
| 2030 | // Benchmark harness support for STK-REQ-004. |
| 2031 | func (uj *LargePayload) UnmarshalJSONFFLexer(fs *fflib.FFLexer, state fflib.FFParseState) error { |
nothing calls this directly
no test coverage detected