Benchmark harness support for STK-REQ-004.
(input []byte)
| 708 | |
| 709 | // Benchmark harness support for STK-REQ-004. |
| 710 | func (uj *CBName) UnmarshalJSON(input []byte) error { |
| 711 | fs := fflib.NewFFLexer(input) |
| 712 | return uj.UnmarshalJSONFFLexer(fs, fflib.FFParse_map_start) |
| 713 | } |
| 714 | |
| 715 | // Benchmark harness support for STK-REQ-004. |
| 716 | func (uj *CBName) UnmarshalJSONFFLexer(fs *fflib.FFLexer, state fflib.FFParseState) error { |
nothing calls this directly
no test coverage detected