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

Method UnmarshalEasyJSON

benchmark/benchmark_easyjson.go:509–511  ·  view source on GitHub ↗

Benchmark harness support for STK-REQ-004.

(l *jlexer.Lexer)

Source from the content-addressed store, hash-verified

507
508// Benchmark harness support for STK-REQ-004.
509func (v *CBName) UnmarshalEasyJSON(l *jlexer.Lexer) {
510 easyjson_decode_github_com_buger_jsonparser_benchmark_CBName(l, v)
511}
512
513// Benchmark harness support for STK-REQ-004.
514func easyjson_decode_github_com_buger_jsonparser_benchmark_CBGithub(in *jlexer.Lexer, out *CBGithub) {

Callers

nothing calls this directly

Tested by

no test coverage detected