MCPcopy Create free account
hub / github.com/Icinga/icinga2 / SetFunc

Method SetFunc

lib/base/defer.hpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 inline void SetFunc(std::function<void()> func)
46 {
47 m_Func = std::move(func);
48 }
49
50 inline
51 void Cancel()

Callers 1

ReplayLogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected