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

Method FunctionCallExpression

lib/config/expression.hpp:591–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589{
590public:
591 FunctionCallExpression(std::unique_ptr<Expression> fname, std::vector<std::unique_ptr<Expression> >&& args, const DebugInfo& debugInfo = DebugInfo())
592 : DebuggableExpression(debugInfo), m_FName(std::move(fname)), m_Args(std::move(args))
593 { }
594
595protected:
596 ExpressionResult DoEvaluate(ScriptFrame& frame, DebugHint *dhint) const override;

Callers

nothing calls this directly

Calls 1

DebugInfoClass · 0.50

Tested by

no test coverage detected