| 772 | |
| 773 | |
| 774 | unsigned long Helper::getTimestamp() { |
| 775 | unsigned long myTime = (std::chrono::system_clock::now().time_since_epoch().count()) / 1000000; |
| 776 | return myTime; |
| 777 | } |
| 778 | |
| 779 | |
| 780 |
nothing calls this directly
no outgoing calls
no test coverage detected