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

Function FromString

util/string/cast.h:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143
144template <typename T, typename TChar>
145inline T FromString(const TChar* data, size_t len) {
146 return ::FromStringImpl<T>(data, len);
147}
148
149template <typename T, typename TChar>
150inline T FromString(const TChar* data) {

Callers 9

Y_UNIT_TESTFunction · 0.70
FromStringMethod · 0.50
OrStringsMethod · 0.50
ToTypeMethod · 0.50
FromStringMethod · 0.50
StartMethod · 0.50
Y_UNIT_TESTFunction · 0.50
Y_UNIT_TESTFunction · 0.50
TDbgSelectorMethod · 0.50

Calls 3

lengthFunction · 0.50
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected