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

Method Consume

util/string/split.h:372–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370
371 template <class I>
372 inline bool Consume(I* b, I* d, I* e) {
373 if (Slave->Consume(b, d, d)) {
374 if (d != e) {
375 return Slave->Consume(d, e, e);
376 }
377
378 return true;
379 }
380
381 return false;
382 }
383
384 S* Slave;
385};

Callers

nothing calls this directly

Calls 1

ConsumeMethod · 0.45

Tested by

no test coverage detected