| 223 | Version lastSeenVersion() { return localConfiguration->lastSeenVersion(); } |
| 224 | |
| 225 | ConfigClassSet configClassSet() { return localConfiguration->configClassSet(); } |
| 226 | }; |
| 227 | |
| 228 | class LocalConfigEnvironment { |
nothing calls this directly
no test coverage detected