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

Method MarshalEasyJSON

benchmark/benchmark_easyjson.go:178–180  ·  view source on GitHub ↗

Benchmark harness support for STK-REQ-004.

(w *jwriter.Writer)

Source from the content-addressed store, hash-verified

176
177// Benchmark harness support for STK-REQ-004.
178func (v *DSTopicsList) MarshalEasyJSON(w *jwriter.Writer) {
179 easyjson_encode_github_com_buger_jsonparser_benchmark_DSTopicsList(w, v)
180}
181
182// Benchmark harness support for STK-REQ-004.
183func (v *DSTopicsList) UnmarshalEasyJSON(l *jlexer.Lexer) {

Callers

nothing calls this directly

Tested by

no test coverage detected