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

Method to_end

plugins/single_plugins/switcher.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78
79 void to_end()
80 {
81 for_each([] (timed_transition_t& t) { t.set(t.end, t.end); });
82 }
83
84 private:
85 void for_each(std::function<void(timed_transition_t& t)> call)

Callers 1

fill_empty_slotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected