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

Method header

src/Context.cpp:1312–1315  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////// No duplicates.

Source from the content-addressed store, hash-verified

1310////////////////////////////////////////////////////////////////////////////////
1311// No duplicates.
1312void Context::header(const std::string& input) {
1313 if (input.length() && std::find(headers.begin(), headers.end(), input) == headers.end())
1314 headers.push_back(input);
1315}
1316
1317////////////////////////////////////////////////////////////////////////////////
1318// No duplicates.

Callers 1

executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected