MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / get

Function get

extern/boost/boost/thread/future.hpp:651–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649 return result;
650 }
651 virtual move_dest_type get(boost::unique_lock<boost::mutex>& lk)
652 {
653 return boost::move(*get_storage(lk));
654 }
655 move_dest_type get()
656 {
657 boost::unique_lock<boost::mutex> lk(this->mutex);

Callers 5

shared_state<T&>Class · 0.70
operator->Method · 0.70
operator*Method · 0.70
releaseMethod · 0.70
resetMethod · 0.70

Calls 5

validMethod · 0.80
moveFunction · 0.50
throw_exceptionFunction · 0.50
getMethod · 0.45
invalidateMethod · 0.45

Tested by

no test coverage detected