MCPcopy Create free account
hub / github.com/OpenSteam001/OpenSteamTool / DebugString

Method DebugString

src/Pipe/PipeTypes.h:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

FormatCreationTimeFunction · 0.85

Tested by

no test coverage detected