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

Function GetProcessCreationTime

src/Pipe/ProcessInspector.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48} // namespace
49
50std::optional<uint64> GetProcessCreationTime(PID_t pid) {
51 return OSTPlatform::Process::GetCreationTime(pid);
52}
53
54bool IsSteamProcessName(std::string_view name) {
55 std::string normalized = Lower(std::string(name));

Callers 2

InspectProcessFunction · 0.85
TryReuseCachedProcessFunction · 0.85

Calls 1

GetCreationTimeFunction · 0.85

Tested by

no test coverage detected