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

Method UnmarshalJSON

benchmark/benchmark_ffjson.go:248–251  ·  view source on GitHub ↗

Benchmark harness support for STK-REQ-004.

(input []byte)

Source from the content-addressed store, hash-verified

246
247// Benchmark harness support for STK-REQ-004.
248func (uj *CBGithub) UnmarshalJSON(input []byte) error {
249 fs := fflib.NewFFLexer(input)
250 return uj.UnmarshalJSONFFLexer(fs, fflib.FFParse_map_start)
251}
252
253// Benchmark harness support for STK-REQ-004.
254func (uj *CBGithub) UnmarshalJSONFFLexer(fs *fflib.FFLexer, state fflib.FFParseState) error {

Callers

nothing calls this directly

Calls 1

UnmarshalJSONFFLexerMethod · 0.95

Tested by

no test coverage detected