(string key, string value)
| 100 | } |
| 101 | |
| 102 | static void Set(string key, string value) |
| 103 | { |
| 104 | _data[key] = value; |
| 105 | Save(); |
| 106 | } |
| 107 | |
| 108 | static bool GetBool(string key, bool @default) |
| 109 | { |
nothing calls this directly
no outgoing calls
no test coverage detected