MCPcopy Create free account
hub / github.com/catboost/catboost / string>

Method string>

util/string/cast.cpp:462–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460
461template <>
462std::string FromStringImpl<std::string>(const char* data, size_t len) {
463 return std::string(data, len);
464}
465
466template <>
467std::filesystem::path FromStringImpl<std::filesystem::path>(const char* data, size_t len) {

Callers

nothing calls this directly

Calls 2

stringClass · 0.50
assignMethod · 0.45

Tested by

no test coverage detected