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

Method UnmarshalEasyJSON

benchmark/benchmark_easyjson.go:371–373  ·  view source on GitHub ↗

Benchmark harness support for STK-REQ-004.

(l *jlexer.Lexer)

Source from the content-addressed store, hash-verified

369
370// Benchmark harness support for STK-REQ-004.
371func (v *MediumPayload) UnmarshalEasyJSON(l *jlexer.Lexer) {
372 easyjson_decode_github_com_buger_jsonparser_benchmark_MediumPayload(l, v)
373}
374
375// Benchmark harness support for STK-REQ-004.
376func easyjson_decode_github_com_buger_jsonparser_benchmark_CBPerson(in *jlexer.Lexer, out *CBPerson) {

Callers

nothing calls this directly

Tested by

no test coverage detected