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

Method MarshalEasyJSON

benchmark/benchmark_easyjson.go:95–97  ·  view source on GitHub ↗

Benchmark harness support for STK-REQ-004.

(w *jwriter.Writer)

Source from the content-addressed store, hash-verified

93
94// Benchmark harness support for STK-REQ-004.
95func (v *LargePayload) MarshalEasyJSON(w *jwriter.Writer) {
96 easyjson_encode_github_com_buger_jsonparser_benchmark_LargePayload(w, v)
97}
98
99// Benchmark harness support for STK-REQ-004.
100func (v *LargePayload) UnmarshalEasyJSON(l *jlexer.Lexer) {

Callers

nothing calls this directly

Tested by

no test coverage detected