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

Method Parser

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

Source from the content-addressed store, hash-verified

1711 Options options;
1712
1713 Parser(const std::shared_ptr<std::string>& template_str, const Options & options) : template_str(template_str), options(options) {
1714 if (!template_str) throw std::runtime_error("Template string is null");
1715 start = it = this->template_str->begin();
1716 end = this->template_str->end();
1717 }
1718
1719 bool consumeSpaces(SpaceHandling space_handling = SpaceHandling::Strip) {
1720 if (space_handling == SpaceHandling::Strip) {

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected