| 760 | } |
| 761 | |
| 762 | void Engine::refresh() { |
| 763 | processes_ = linux::list_processes(*phys_, *pt_, *isf_, kctx_); |
| 764 | } |
| 765 | |
| 766 | const linux::SocketIndex& Engine::socket_index() const { |
| 767 | std::call_once(sockets_once_, [this] { |
nothing calls this directly
no test coverage detected