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

Function IsSteamProcessName

src/Pipe/ProcessInspector.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54bool IsSteamProcessName(std::string_view name) {
55 std::string normalized = Lower(std::string(name));
56 return std::ranges::find(kSteamProcessNames, normalized) != kSteamProcessNames.end();
57}
58
59ProcessEnvironment ReadSteamEnvironment(PID_t pid) {
60 ProcessEnvironment env{};

Callers 1

InspectProcessFunction · 0.85

Calls 1

LowerFunction · 0.70

Tested by

no test coverage detected