| 94 | } |
| 95 | |
| 96 | void |
| 97 | ActionsCache::invalidateAll(U64 newHash) |
| 98 | { |
| 99 | QMutexLocker l(&_cacheMutex); |
| 100 | |
| 101 | createActionCacheInternal(newHash); |
| 102 | } |
| 103 | |
| 104 | bool |
| 105 | ActionsCache::getIdentityResult(U64 hash, |
no outgoing calls
no test coverage detected