Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ exists
Method
exists
cpp/src/map.cpp:177–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
176
template <class K, class T>
177
bool map<K,T>::exists(const K& k) const {
178
return this->empty() ? 0 : cache().find(k) != cache().end();
179
}
180
181
template <class K, class T>
182
size_t map<K,T>::size() const {
Callers
8
test_PROTON_1800_syncrequestresponse_fd_leak.py
File · 0.80
test_PROTON_2121_blocking_connection_fd_leak.py
File · 0.80
findfileinpath
Function · 0.80
_cyrusSetup
Function · 0.80
test_empty
Function · 0.80
test_use
Function · 0.80
on_message
Method · 0.80
Get
Method · 0.80
Calls
3
empty
Method · 0.95
find
Method · 0.80
end
Method · 0.45
Tested by
3
test_empty
Function · 0.64
test_use
Function · 0.64
on_message
Method · 0.64