Benchmark harness support for STK-REQ-004.
(input []byte)
| 1788 | |
| 1789 | // Benchmark harness support for STK-REQ-004. |
| 1790 | func (uj *DSUser) UnmarshalJSON(input []byte) error { |
| 1791 | fs := fflib.NewFFLexer(input) |
| 1792 | return uj.UnmarshalJSONFFLexer(fs, fflib.FFParse_map_start) |
| 1793 | } |
| 1794 | |
| 1795 | // Benchmark harness support for STK-REQ-004. |
| 1796 | func (uj *DSUser) UnmarshalJSONFFLexer(fs *fflib.FFLexer, state fflib.FFParseState) error { |
nothing calls this directly
no test coverage detected