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

Method MarshalEasyJSON

benchmark/benchmark_easyjson.go:232–234  ·  view source on GitHub ↗

Benchmark harness support for STK-REQ-004.

(w *jwriter.Writer)

Source from the content-addressed store, hash-verified

230
231// Benchmark harness support for STK-REQ-004.
232func (v *DSTopic) MarshalEasyJSON(w *jwriter.Writer) {
233 easyjson_encode_github_com_buger_jsonparser_benchmark_DSTopic(w, v)
234}
235
236// Benchmark harness support for STK-REQ-004.
237func (v *DSTopic) UnmarshalEasyJSON(l *jlexer.Lexer) {

Callers

nothing calls this directly

Tested by

no test coverage detected