Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ has_been_set
Method
has_been_set
src/brpc/rtmp.h:760–760 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
758
}
759
operator uint32_t() const { return _hash_code; }
760
bool has_been_set() const { return _has_hash_code; }
761
private:
762
bool _has_hash_code;
763
uint32_t _hash_code;
Callers
1
Init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected