| 1237 | // --------------------------------------------------------------------------- |
| 1238 | |
| 1239 | void DatabaseContext::Private::evictGridInfoFromCache(const std::string &code) { |
| 1240 | cacheGridInfo_.remove(code); |
| 1241 | } |
| 1242 | |
| 1243 | // --------------------------------------------------------------------------- |
| 1244 |
no test coverage detected