MCPcopy Create free account
hub / github.com/FDio/vpp / remove

Method remove

extras/deprecated/vom/vom/om.cpp:69–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void
70OM::remove(const client_db::key_t& key)
71{
72 /*
73 * Simply reset the list for this key. This will desctruct the
74 * object list and shared_ptrs therein. When the last shared_ptr
75 * goes the objects desctructor is called and the object is
76 * removed from OM
77 */
78 m_db->flush(key);
79
80 HW::write();
81}
82
83void
84OM::replay()

Callers 15

delete_bdMethod · 0.45
create_xconnectsMethod · 0.45
delete_xconnectsMethod · 0.45
stdouterr_reader_wrapperFunction · 0.45
run_forkedFunction · 0.45
test_pcap_unittestMethod · 0.45
test_pcap_trace_apiMethod · 0.45
remove_pathMethod · 0.45
test_timeout_inlineMethod · 0.45
test_timeout_cleanupMethod · 0.45
verify_filterFunction · 0.45

Calls 2

writeFunction · 0.85
flushMethod · 0.45

Tested by 15

delete_bdMethod · 0.36
create_xconnectsMethod · 0.36
delete_xconnectsMethod · 0.36
stdouterr_reader_wrapperFunction · 0.36
run_forkedFunction · 0.36
test_pcap_unittestMethod · 0.36
test_pcap_trace_apiMethod · 0.36
test_timeout_inlineMethod · 0.36
test_timeout_cleanupMethod · 0.36
verify_filterFunction · 0.36
setUpMethod · 0.36