MCPcopy Create free account
hub / github.com/GothenburgBitFactory/taskwarrior / Lexer

Method Lexer

src/Lexer.cpp:47–47  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

45
46////////////////////////////////////////////////////////////////////////////////
47Lexer::Lexer(const std::string& text) : _text(text), _cursor(0), _eos(text.size()) {}
48
49////////////////////////////////////////////////////////////////////////////////
50// When a Lexer object is constructed with a string, this method walks through

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected