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

Function StripRoot

library/cpp/testing/gtest/main.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 constexpr std::string_view StripRoot(std::string_view f) noexcept {
50 return ::NPrivate::StripRoot(::NPrivate::TStaticBuf(f.data(), f.size())).As<std::string_view>();
51 }
52
53 std::string EscapeJson(std::string_view str) {
54 TString result;

Callers 4

OnTestPartResultMethod · 0.85
OnTestEndMethod · 0.85
Y_UNIT_TESTFunction · 0.85
TStaticBuf StripRootFunction · 0.85

Calls 3

TStaticBufClass · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected