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

Method After

util/generic/strbuf.h:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320
321public:
322 Y_PURE_FUNCTION inline TdSelf After(TCharType c) const noexcept {
323 TdSelf l, r;
324 return TrySplit(c, l, r) ? r : *this;
325 }
326
327 Y_PURE_FUNCTION inline TdSelf Before(TCharType c) const noexcept {
328 TdSelf l, r;

Callers 10

FirstLineParserMethod · 0.80
ApplyHeaderLineMethod · 0.80
ParseHttpRetCodeFunction · 0.80
ProcessPathUnitMethod · 0.80
SetProtocolOptionMethod · 0.80
BindPoolLoadParamsFunction · 0.80
ProcessUptimeFunction · 0.80
Y_UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected