| 209 | // //////////////////////////////// |
| 210 | |
| 211 | Features::Features() |
| 212 | : allowComments_(true), strictRoot_(false), |
| 213 | allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) {} |
| 214 | |
| 215 | Features Features::all() { return Features(); } |
| 216 |
nothing calls this directly
no outgoing calls
no test coverage detected