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

Method FromString

library/cpp/yt/memory/ref-inl.h:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35Y_FORCE_INLINE TRef TRef::FromString(const TString& str)
36{
37 return FromStringBuf(str);
38}
39
40Y_FORCE_INLINE TRef TRef::FromString(const std::string& str)
41{

Callers

nothing calls this directly

Calls 8

TMutableRefClass · 0.85
TRefClass · 0.70
FromStringFunction · 0.50
moveFunction · 0.50
dataMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected