| 278 | // //////////////////////////////// |
| 279 | |
| 280 | Features::Features() |
| 281 | : allowComments_(true), strictRoot_(false), |
| 282 | allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) {} |
| 283 | |
| 284 | Features Features::all() { return Features(); } |
| 285 |
nothing calls this directly
no outgoing calls
no test coverage detected