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

Method FromString

library/cpp/yt/memory/ref.cpp:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270////////////////////////////////////////////////////////////////////////////////
271
272TSharedRef TSharedRef::FromString(TString str, TRefCountedTypeCookie tagCookie)
273{
274 return FromStringImpl(std::move(str), tagCookie);
275}
276
277TSharedRef TSharedRef::FromString(std::string str, TRefCountedTypeCookie tagCookie)
278{

Callers

nothing calls this directly

Calls 3

moveFunction · 0.50
FromStringFunction · 0.50
stringClass · 0.50

Tested by

no test coverage detected