Benchmark harness support for STK-REQ-004.
(l *jlexer.Lexer)
| 784 | |
| 785 | // Benchmark harness support for STK-REQ-004. |
| 786 | func (v *SmallPayload) UnmarshalEasyJSON(l *jlexer.Lexer) { |
| 787 | easyjson_decode_github_com_buger_jsonparser_benchmark_SmallPayload(l, v) |
| 788 | } |
nothing calls this directly
no test coverage detected