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

Method A2

src/CLI2.cpp:51–54  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

49
50////////////////////////////////////////////////////////////////////////////////
51A2::A2(const std::string& raw, Lexer::Type lextype) {
52 _lextype = lextype;
53 attribute("raw", raw);
54}
55
56////////////////////////////////////////////////////////////////////////////////
57A2::A2(const A2& other) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected