MCPcopy Create free account
hub / github.com/MemNixFS/MemNixFS / refresh

Method refresh

src/app/engine.cpp:762–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

list_processesFunction · 0.85

Tested by

no test coverage detected