Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ valid
Method
valid
extern/boost/boost/thread/future.hpp:231–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
}
230
231
bool valid(boost::unique_lock<boost::mutex>&) { return is_valid_; }
232
bool valid() {
233
boost::unique_lock<boost::mutex> lk(this->mutex);
234
return valid(lk);
Callers
8
basic_future
Class · 0.80
get
Method · 0.80
get_or
Method · 0.80
get
Function · 0.80
get_or
Function · 0.80
launch_continuation
Method · 0.80
launch_continuation
Method · 0.80
add
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected