Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ FromStringBuf
Method
FromStringBuf
library/cpp/yt/memory/ref-inl.h:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
Y_FORCE_INLINE TRef TRef::FromStringBuf(TStringBuf strBuf)
46
{
47
return TRef(strBuf.data(), strBuf.length());
48
}
49
50
template <class T>
51
Y_FORCE_INLINE TRef TRef::FromPod(const T& data)
Callers
nothing calls this directly
Calls
3
TRef
Class · 0.70
data
Method · 0.45
length
Method · 0.45
Tested by
no test coverage detected