(string subpath)
| 87 | } |
| 88 | |
| 89 | static string GetPath(string subpath) |
| 90 | { |
| 91 | return Path.Combine(AppDomain.CurrentDomain.BaseDirectory, subpath); |
| 92 | } |
| 93 | |
| 94 | static string Get(string key, string @default = "") |
| 95 | { |
nothing calls this directly
no outgoing calls
no test coverage detected