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

Method Before

util/generic/strbuf.h:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325 }
326
327 Y_PURE_FUNCTION inline TdSelf Before(TCharType c) const noexcept {
328 TdSelf l, r;
329 return TrySplit(c, l, r) ? l : *this;
330 }
331
332 Y_PURE_FUNCTION inline TdSelf RAfter(TCharType c) const noexcept {
333 TdSelf l, r;

Callers 13

ApplyHeaderLineMethod · 0.80
RmSemiColonFunction · 0.80
ParseHttpRetCodeFunction · 0.80
GetPathAndQueryFunction · 0.80
ProcessPathUnitMethod · 0.80
ProtocolForMessageFunction · 0.80
SetProtocolOptionMethod · 0.80
ServeRequestMethod · 0.80
BindPoolLoadParamsFunction · 0.80
BindMetricParamsFunction · 0.80
DataHasGroupIdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected