MCPcopy Create free account
hub / github.com/catboost/catboost / operator()

Method operator()

library/cpp/chromium_trace/saveload.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54 template <>
55 inline void TSaveVisitor::operator()(TStringBuf value) const {
56 ::SaveStr(Out, value);
57 }
58
59 struct TEventWithArgsPtr {
60 TConstAnyEventPtr Event;

Callers

nothing calls this directly

Calls 1

SaveStrFunction · 0.85

Tested by

no test coverage detected