Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Dump
Method
Dump
library/cpp/dbg_output/engine.h:175–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
struct TStrDumper {
174
template <class S, class V>
175
static inline void Dump(S& s, const V& v) {
176
s.ColorScheme.String(s);
177
s.String(v);
178
s.ColorScheme.ResetType(s);
179
}
180
};
Callers
nothing calls this directly
Calls
1
String
Method · 0.45
Tested by
no test coverage detected