MCPcopy Create free account
hub / github.com/buger/jsonparser / UnmarshalEasyJSON

Method UnmarshalEasyJSON

benchmark/benchmark_easyjson.go:676–678  ·  view source on GitHub ↗

Benchmark harness support for STK-REQ-004.

(l *jlexer.Lexer)

Source from the content-addressed store, hash-verified

674
675// Benchmark harness support for STK-REQ-004.
676func (v *CBAvatar) UnmarshalEasyJSON(l *jlexer.Lexer) {
677 easyjson_decode_github_com_buger_jsonparser_benchmark_CBAvatar(l, v)
678}
679
680// Benchmark harness support for STK-REQ-004.
681func easyjson_decode_github_com_buger_jsonparser_benchmark_SmallPayload(in *jlexer.Lexer, out *SmallPayload) {

Callers

nothing calls this directly

Tested by

no test coverage detected