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

Method TextTemplateToken

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

Source from the content-addressed store, hash-verified

751struct TextTemplateToken : public TemplateToken {
752 std::string text;
753 TextTemplateToken(const Location & loc, SpaceHandling pre, SpaceHandling post, const std::string& t) : TemplateToken(Type::Text, loc, pre, post), text(t) {}
754};
755
756struct ExpressionTemplateToken : public TemplateToken {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected