Renamed CLion process check function
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Bloom
|
||||
return getppid();
|
||||
}
|
||||
|
||||
bool Process::isProcessManagedByClion(::pid_t processId) {
|
||||
bool Process::isManagedByClion(::pid_t processId) {
|
||||
static auto cachedResult = std::optional<bool>();
|
||||
|
||||
if (cachedResult.has_value()) {
|
||||
|
||||
Reference in New Issue
Block a user