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

Method LoopControlNode

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

Source from the content-addressed store, hash-verified

955 LoopControlType control_type_;
956 public:
957 LoopControlNode(const Location & loc, LoopControlType control_type) : TemplateNode(loc), control_type_(control_type) {}
958 void do_render(std::ostringstream &, const std::shared_ptr<Context> &) const override {
959 throw LoopControlException(control_type_);
960 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected