MCPcopy 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{
954public:
955 BreakpointExpression(const DebugInfo& debugInfo = DebugInfo())
956 : DebuggableExpression(debugInfo)
957 { }
958
959protected:
960 ExpressionResult DoEvaluate(ScriptFrame& frame, DebugHint *dhint) const override;

Callers

nothing calls this directly

Calls 1

DebugInfoClass · 0.50

Tested by

no test coverage detected