| 244 | // UserData - used by XML Parser |
| 245 | struct UserData final { |
| 246 | explicit UserData(Options& options) : options_(options) { |
| 247 | } |
| 248 | |
| 249 | // public data members |
| 250 | int indent{0}; |
nothing calls this directly
no outgoing calls
no test coverage detected