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

Method MarshalEasyJSON

benchmark/benchmark_easyjson.go:781–783  ·  view source on GitHub ↗

Benchmark harness support for STK-REQ-004.

(w *jwriter.Writer)

Source from the content-addressed store, hash-verified

779
780// Benchmark harness support for STK-REQ-004.
781func (v *SmallPayload) MarshalEasyJSON(w *jwriter.Writer) {
782 easyjson_encode_github_com_buger_jsonparser_benchmark_SmallPayload(w, v)
783}
784
785// Benchmark harness support for STK-REQ-004.
786func (v *SmallPayload) UnmarshalEasyJSON(l *jlexer.Lexer) {

Callers

nothing calls this directly

Tested by

no test coverage detected