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

Method MarshalEasyJSON

benchmark/benchmark_easyjson.go:458–460  ·  view source on GitHub ↗

Benchmark harness support for STK-REQ-004.

(w *jwriter.Writer)

Source from the content-addressed store, hash-verified

456
457// Benchmark harness support for STK-REQ-004.
458func (v *CBPerson) MarshalEasyJSON(w *jwriter.Writer) {
459 easyjson_encode_github_com_buger_jsonparser_benchmark_CBPerson(w, v)
460}
461
462// Benchmark harness support for STK-REQ-004.
463func (v *CBPerson) UnmarshalEasyJSON(l *jlexer.Lexer) {

Callers

nothing calls this directly

Tested by

no test coverage detected