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

Method MarshalEasyJSON

benchmark/benchmark_easyjson.go:504–506  ·  view source on GitHub ↗

Benchmark harness support for STK-REQ-004.

(w *jwriter.Writer)

Source from the content-addressed store, hash-verified

502
503// Benchmark harness support for STK-REQ-004.
504func (v *CBName) MarshalEasyJSON(w *jwriter.Writer) {
505 easyjson_encode_github_com_buger_jsonparser_benchmark_CBName(w, v)
506}
507
508// Benchmark harness support for STK-REQ-004.
509func (v *CBName) UnmarshalEasyJSON(l *jlexer.Lexer) {

Callers

nothing calls this directly

Tested by

no test coverage detected