Benchmark harness support for STK-REQ-004.
(input []byte)
| 246 | |
| 247 | // Benchmark harness support for STK-REQ-004. |
| 248 | func (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. |
| 254 | func (uj *CBGithub) UnmarshalJSONFFLexer(fs *fflib.FFLexer, state fflib.FFParseState) error { |
nothing calls this directly
no test coverage detected