MCPcopy Create free account
hub / github.com/catboost/catboost / JoinMarker

Function JoinMarker

util/draft/datetime_ut.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 }
11
12 TString JoinMarker(const TString& marker, time_t t) {
13 return TStringBuilder() << marker << " (tstamp=" << t << ")";
14 }
15
16 TString PrintMarker(const TString& test, int line, time_t t) {
17 return JoinMarker(PrintMarker(test, line), t);

Callers 2

PrintMarkerFunction · 0.85
AssertSimpleTMFunction · 0.85

Calls 1

TStringBuilderClass · 0.50

Tested by

no test coverage detected