MCPcopy 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
45Y_FORCE_INLINE TRef TRef::FromStringBuf(TStringBuf strBuf)
46{
47 return TRef(strBuf.data(), strBuf.length());
48}
49
50template <class T>
51Y_FORCE_INLINE TRef TRef::FromPod(const T& data)

Callers

nothing calls this directly

Calls 3

TRefClass · 0.70
dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected