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

Method Reconstruct

util/folder/pathsplit.h:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 static constexpr char MainPathSep = '/';
26
27 inline TString Reconstruct() const {
28 return DoReconstruct(TStringBuf("/"));
29 }
30
31 static constexpr bool IsPathSep(const char c) noexcept {
32 return c == '/';

Callers 8

Y_UNIT_TESTFunction · 0.45
Out<TPathSplit>Function · 0.45
JoinPathsFunction · 0.45
Y_UNIT_TESTFunction · 0.45
RelativeToMethod · 0.45
ParentMethod · 0.45
path.cppFile · 0.45
GetNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected