void FRiderSourceCodeAccessor::RefreshAvailability()

in Source/RiderSourceCodeAccess/Private/RiderSourceCodeAccessor.cpp [137:141]


void FRiderSourceCodeAccessor::RefreshAvailability()
{
	// If we have an executable path, we certainly have it installed!
	bHasRiderInstalled = !ExecutablePath.IsEmpty() && FPaths::FileExists(ExecutablePath);
}