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

Method ArrayExpression

lib/config/expression.hpp:606–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604{
605public:
606 ArrayExpression(std::vector<std::unique_ptr<Expression > >&& expressions, const DebugInfo& debugInfo = DebugInfo())
607 : DebuggableExpression(debugInfo), m_Expressions(std::move(expressions))
608 { }
609
610protected:
611 ExpressionResult DoEvaluate(ScriptFrame& frame, DebugHint *dhint) const override;

Callers

nothing calls this directly

Calls 1

DebugInfoClass · 0.50

Tested by

no test coverage detected