| 117 | getIdTable_{ std::move(getIdTable) } |
| 118 | {} |
| 119 | void AddThread(uint32_t tid, uint32_t pid, std::string name) override |
| 120 | { |
| 121 | getIdTable_().AddThread_(tid, pid, name); |
| 122 | } |
| 123 | void AddProcess(uint32_t pid, std::string name) override |
| 124 | { |
| 125 | getIdTable_().AddProcess_(pid, name); |
nothing calls this directly
no test coverage detected