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

Method UnmarshalEasyJSON

benchmark/benchmark_easyjson.go:237–239  ·  view source on GitHub ↗

Benchmark harness support for STK-REQ-004.

(l *jlexer.Lexer)

Source from the content-addressed store, hash-verified

235
236// Benchmark harness support for STK-REQ-004.
237func (v *DSTopic) UnmarshalEasyJSON(l *jlexer.Lexer) {
238 easyjson_decode_github_com_buger_jsonparser_benchmark_DSTopic(l, v)
239}
240
241// Benchmark harness support for STK-REQ-004.
242func easyjson_decode_github_com_buger_jsonparser_benchmark_DSUser(in *jlexer.Lexer, out *DSUser) {

Callers

nothing calls this directly

Tested by

no test coverage detected