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

Method error

src/Context.cpp:1326–1329  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1324////////////////////////////////////////////////////////////////////////////////
1325// No duplicates.
1326void Context::error(const std::string& input) {
1327 if (input.length() && std::find(errors.begin(), errors.end(), input) == errors.end())
1328 errors.push_back(input);
1329}
1330
1331////////////////////////////////////////////////////////////////////////////////
1332void Context::debug(const std::string& input) {

Callers 11

initializeColorRulesFunction · 0.80
onLaunchMethod · 0.80
onExitMethod · 0.80
onAddMethod · 0.80
onModifyMethod · 0.80
assertValidJSONMethod · 0.80
assertNTasksMethod · 0.80
assertSameTaskMethod · 0.80
assertFeedbackMethod · 0.80
renderMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected