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

Method UnmarshalEasyJSON

benchmark/benchmark_easyjson.go:100–102  ·  view source on GitHub ↗

Benchmark harness support for STK-REQ-004.

(l *jlexer.Lexer)

Source from the content-addressed store, hash-verified

98
99// Benchmark harness support for STK-REQ-004.
100func (v *LargePayload) UnmarshalEasyJSON(l *jlexer.Lexer) {
101 easyjson_decode_github_com_buger_jsonparser_benchmark_LargePayload(l, v)
102}
103
104// Benchmark harness support for STK-REQ-004.
105func easyjson_decode_github_com_buger_jsonparser_benchmark_DSTopicsList(in *jlexer.Lexer, out *DSTopicsList) {

Callers

nothing calls this directly

Tested by

no test coverage detected