| 300 | // //////////////////////////////// |
| 301 | |
| 302 | Features::Features() |
| 303 | : allowComments_(true), strictRoot_(false), |
| 304 | allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) {} |
| 305 | |
| 306 | Features Features::all() { return Features(); } |
| 307 |
nothing calls this directly
no outgoing calls
no test coverage detected