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

Method ContextFrame

lib/base/context.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12static boost::thread_specific_ptr<std::vector<std::function<void(std::ostream&)>>> l_Frames;
13
14ContextFrame::ContextFrame(std::function<void(std::ostream&)> message)
15{
16 GetFrames().emplace_back(std::move(message));
17}
18
19ContextFrame::~ContextFrame()
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected