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

Method MarshalEasyJSON

benchmark/benchmark_easyjson.go:278–280  ·  view source on GitHub ↗

Benchmark harness support for STK-REQ-004.

(w *jwriter.Writer)

Source from the content-addressed store, hash-verified

276
277// Benchmark harness support for STK-REQ-004.
278func (v *DSUser) MarshalEasyJSON(w *jwriter.Writer) {
279 easyjson_encode_github_com_buger_jsonparser_benchmark_DSUser(w, v)
280}
281
282// Benchmark harness support for STK-REQ-004.
283func (v *DSUser) UnmarshalEasyJSON(l *jlexer.Lexer) {

Tested by

no test coverage detected