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

Function DumpRaw

library/cpp/dbg_output/engine.h:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77template <class TChar>
78static inline TRawLiteral<TChar> DumpRaw(const TBasicStringBuf<TChar>& s) noexcept {
79 return {s};
80}
81
82template <class TChar>
83static inline TRawLiteral<TChar> DumpRaw(const TChar* s) noexcept {

Callers 12

DumpMethod · 0.85
OutSequenceFunction · 0.85
DumpMethod · 0.85
DumpMethod · 0.85
DumpMethod · 0.85
DumpMethod · 0.85
DumpMethod · 0.85
DumpMethod · 0.85
PointerMethod · 0.85
PointerMethod · 0.85
DumpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected