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

Method do_render

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

Source from the content-addressed store, hash-verified

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 }
961};
962
963class ForNode : public TemplateNode {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected