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

Function PrintMarker

util/draft/datetime_ut.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7Y_UNIT_TEST_SUITE(TSimpleTMTest) {
8 TString PrintMarker(const TString& test, int line) {
9 return TStringBuilder() << "test " << test << " at line " << line;
10 }
11
12 TString JoinMarker(const TString& marker, time_t t) {
13 return TStringBuilder() << marker << " (tstamp=" << t << ")";

Callers 1

Y_UNIT_TESTFunction · 0.85

Calls 2

JoinMarkerFunction · 0.85
TStringBuilderClass · 0.50

Tested by

no test coverage detected