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

Method ContextTrace

lib/base/context.cpp:32–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32ContextTrace::ContextTrace()
33{
34 for (auto frame (ContextFrame::GetFrames().rbegin()); frame != ContextFrame::GetFrames().rend(); ++frame) {
35 std::ostringstream oss;
36
37 (*frame)(oss);
38 m_Frames.emplace_back(oss.str());
39 }
40}
41
42void ContextTrace::Print(std::ostream& fp) const
43{

Callers

nothing calls this directly

Calls 1

rendMethod · 0.80

Tested by

no test coverage detected