| 47 | using namespace std; |
| 48 | |
| 49 | void Session::touch_cap(Capability *cap) { |
| 50 | session_cache_liveness.hit(1.0); |
| 51 | caps.push_front(&cap->item_session_caps); |
| 52 | } |
| 53 | |
| 54 | void Session::touch_cap_bottom(Capability *cap) { |
| 55 | session_cache_liveness.hit(1.0); |
no test coverage detected