Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
258
public:
259
DebuggableExpression(DebugInfo debugInfo = DebugInfo())
260
: m_DebugInfo(std::move(debugInfo))
261
{ }
262
263
protected:
264
const DebugInfo& GetDebugInfo() const final;
Callers
nothing calls this directly
Calls
1
DebugInfo
Class · 0.50
Tested by
no test coverage detected