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

Method UnmarshalEasyJSON

benchmark/benchmark_easyjson.go:630–632  ·  view source on GitHub ↗

Benchmark harness support for STK-REQ-004.

(l *jlexer.Lexer)

Source from the content-addressed store, hash-verified

628
629// Benchmark harness support for STK-REQ-004.
630func (v *CBGravatar) UnmarshalEasyJSON(l *jlexer.Lexer) {
631 easyjson_decode_github_com_buger_jsonparser_benchmark_CBGravatar(l, v)
632}
633
634// Benchmark harness support for STK-REQ-004.
635func easyjson_decode_github_com_buger_jsonparser_benchmark_CBAvatar(in *jlexer.Lexer, out *CBAvatar) {

Callers

nothing calls this directly

Tested by

no test coverage detected