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

Method DebuggableExpression

lib/config/expression.hpp:259–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257{
258public:
259 DebuggableExpression(DebugInfo debugInfo = DebugInfo())
260 : m_DebugInfo(std::move(debugInfo))
261 { }
262
263protected:
264 const DebugInfo& GetDebugInfo() const final;

Callers

nothing calls this directly

Calls 1

DebugInfoClass · 0.50

Tested by

no test coverage detected