MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / CallNode

Method CallNode

src/include/minja/minja.hpp:1641–1642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1639
1640public:
1641 CallNode(const Location & loc, std::shared_ptr<Expression> && e, std::shared_ptr<TemplateNode> && b)
1642 : TemplateNode(loc), expr(std::move(e)), body(std::move(b)) {}
1643
1644 void do_render(std::ostringstream & out, const std::shared_ptr<Context> & context) const override {
1645 if (!expr) throw std::runtime_error("CallNode.expr is null");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected