MCPcopy 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
162template <class K, class T>
163void map<K,T>::put(const K& k, const T& v) {
164 cache()[k] = v;
165}
166
167template <class K, class T>
168size_t map<K,T>::erase(const K& k) {

Callers 12

test_useFunction · 0.45
test_message_mapsFunction · 0.45
test_message_reuseFunction · 0.45
test_message_printFunction · 0.45
test_messageFunction · 0.45
SetMethod · 0.45
on_sendableMethod · 0.45
mainFunction · 0.45
set_filterFunction · 0.45
on_connection_openMethod · 0.45

Calls

no outgoing calls

Tested by 7

test_useFunction · 0.36
test_message_mapsFunction · 0.36
test_message_reuseFunction · 0.36
test_message_printFunction · 0.36
test_messageFunction · 0.36