| 244 | // //////////////////////////////// |
| 245 | |
| 246 | Features::Features() |
| 247 | : allowComments_(true), strictRoot_(false), |
| 248 | allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) {} |
| 249 | |
| 250 | Features Features::all() { return Features(); } |
| 251 |
nothing calls this directly
no outgoing calls
no test coverage detected