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

Method TextNode

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

Source from the content-addressed store, hash-verified

909 std::string text;
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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected