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

Method operations

src/Operation.cpp:39–41  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

37
38////////////////////////////////////////////////////////////////////////////////
39std::vector<Operation> Operation::operations(const rust::Vec<tc::Operation>& operations) {
40 return {operations.begin(), operations.end()};
41}
42
43////////////////////////////////////////////////////////////////////////////////
44Operation& Operation::operator=(const Operation& other) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected