Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ BreakpointExpression
Method
BreakpointExpression
lib/config/expression.hpp:955–957 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
953
{
954
public:
955
BreakpointExpression(const DebugInfo& debugInfo = DebugInfo())
956
: DebuggableExpression(debugInfo)
957
{ }
958
959
protected:
960
ExpressionResult DoEvaluate(ScriptFrame& frame, DebugHint *dhint) const override;
Callers
nothing calls this directly
Calls
1
DebugInfo
Class · 0.50
Tested by
no test coverage detected