MCPcopy Create free account
hub / github.com/GothenburgBitFactory/timewarrior / toString

Method toString

src/Transaction.cpp:42–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42std::string Transaction::toString () const
43{
44 std::string output = "txn:\n";
45
46 for (auto& action : _actions)
47 {
48 output += action.toString ();
49 }
50
51 return output;
52}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected