You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked up the code in handle_pool.cpp and got a question in bool HandlePool::fillOne(Error &error).
It seems that this function should return the local variable result rather than false directly?
OR it's just the way it works?
The text was updated successfully, but these errors were encountered:
I looked up the code in handle_pool.cpp and got a question in
bool HandlePool::fillOne(Error &error)
.It seems that this function should return the local variable
result
rather thanfalse
directly?OR it's just the way it works?
The text was updated successfully, but these errors were encountered: