| 26 | } |
| 27 | |
| 28 | std::string DebugString() const { |
| 29 | return std::format("pid={} creation={} filetime={}",pid,OSTPlatform::Process::FormatCreationTime(creationTime),creationTime); |
| 30 | } |
| 31 | }; |
| 32 | |
| 33 | // Container companion for unordered caches; ProcessKey owns the meaning. |
nothing calls this directly
no test coverage detected