Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
129
template <>
130
void Out<std::filesystem::path>(IOutputStream& o, const std::filesystem::path& p) {
131
o.Write(p.string());
132
}
133
134
template <>
135
void Out<TStringBuf>(IOutputStream& o, const TStringBuf& p) {
Callers
nothing calls this directly
Calls
2
Write
Method · 0.45
string
Method · 0.45
Tested by
no test coverage detected