| 1369 | clear_has_hit_cache(); |
| 1370 | } |
| 1371 | inline bool BCDCall::hit_cache() const { |
| 1372 | return hit_cache_; |
| 1373 | } |
| 1374 | inline void BCDCall::set_hit_cache(bool value) { |
| 1375 | set_has_hit_cache(); |
| 1376 | hit_cache_ = value; |
no outgoing calls
no test coverage detected