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

Method optimize_update

src/core/scene.cpp:286–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286uint32_t node_t::optimize_update(uint32_t flags)
287{
288 if (!this->is_enabled())
289 {
290 return flags | update_flag::MASKED;
291 }
292
293 return flags;
294}
295
296// ------------------------------ output_node_t --------------------------------
297

Callers 1

updateFunction · 0.45

Calls 1

is_enabledMethod · 0.95

Tested by

no test coverage detected