MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / _clear_data

Method _clear_data

src/core/object.cpp:129–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void wf::object_base_t::_clear_data()
130{
131 std::vector<std::string> keys;
132 for (auto const& [key, val] : obase_priv->data)
133 {
134 keys.push_back(key);
135 }
136
137 for (const auto& key : keys)
138 {
139 erase_data(key);
140 }
141}

Callers 1

base_initializationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected