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

Method RefCount

util/generic/string.h:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 static inline long RefCount(const T* t) noexcept {
63 if (t == T::NullStr()) {
64 return -1;
65 }
66
67 return t->RefCount();
68 }
69};
70
71alignas(32) extern const char NULL_STRING_REPR[128];

Callers

nothing calls this directly

Calls 1

RefCountMethod · 0.45

Tested by

no test coverage detected