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

Method do_render

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

Source from the content-addressed store, hash-verified

910public:
911 TextNode(const Location & loc, const std::string& t) : TemplateNode(loc), text(t) {}
912 void do_render(std::ostringstream & out, const std::shared_ptr<Context> &) const override {
913 out << text;
914 }
915};
916
917class ExpressionNode : public TemplateNode {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected