Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
Y_FORCE_INLINE TRef TRef::FromString(const TString& str)
36
{
37
return FromStringBuf(str);
38
}
39
40
Y_FORCE_INLINE TRef TRef::FromString(const std::string& str)
41
{
Callers
nothing calls this directly
Calls
8
TMutableRef
Class · 0.85
TRef
Class · 0.70
FromString
Function · 0.50
move
Function · 0.50
data
Method · 0.45
size
Method · 0.45
begin
Method · 0.45
length
Method · 0.45
Tested by
no test coverage detected