MCPcopy Create free account
hub / github.com/covscript/covscript / clear_all_data

Method clear_all_data

include/covscript/impl/runtime.hpp:56–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 ~domain_manager() = default;
55
56 void clear_all_data()
57 {
58 while (!m_set.empty())
59 m_set.pop_no_return();
60 while (!m_data.empty()) {
61 m_data.top().clear();
62 m_data.pop_no_return();
63 }
64 }
65
66 bool is_initial() const
67 {

Callers 1

collect_garbageFunction · 0.80

Calls 3

pop_no_returnMethod · 0.80
emptyMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected