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

Method path>

util/stream/output.cpp:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129template <>
130void Out<std::filesystem::path>(IOutputStream& o, const std::filesystem::path& p) {
131 o.Write(p.string());
132}
133
134template <>
135void Out<TStringBuf>(IOutputStream& o, const TStringBuf& p) {

Callers

nothing calls this directly

Calls 2

WriteMethod · 0.45
stringMethod · 0.45

Tested by

no test coverage detected