Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ put
Method
put
cpp/src/map.cpp:163–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
162
template <class K, class T>
163
void map<K,T>::put(const K& k, const T& v) {
164
cache()[k] = v;
165
}
166
167
template <class K, class T>
168
size_t map<K,T>::erase(const K& k) {
Callers
12
test_use
Function · 0.45
test_message_maps
Function · 0.45
test_message_reuse
Function · 0.45
test_message_print
Function · 0.45
test_message
Function · 0.45
test_message_timeout_succeed
Function · 0.45
test_message_timeout_fail
Function · 0.45
Set
Method · 0.45
on_sendable
Method · 0.45
main
Function · 0.45
set_filter
Function · 0.45
on_connection_open
Method · 0.45
Calls
no outgoing calls
Tested by
7
test_use
Function · 0.36
test_message_maps
Function · 0.36
test_message_reuse
Function · 0.36
test_message_print
Function · 0.36
test_message
Function · 0.36
test_message_timeout_succeed
Function · 0.36
test_message_timeout_fail
Function · 0.36