| 102 | }; |
| 103 | |
| 104 | struct ParseOptions |
| 105 | { |
| 106 | bool bIgnoreComment = true; |
| 107 | bool bIgnoreTrailingComma = true; |
| 108 | bool bReplaceUndefined = false; |
| 109 | }; |
| 110 | |
| 111 | struct Setting |
| 112 | { |
nothing calls this directly
no outgoing calls
no test coverage detected