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

Method Consume

util/string/split.h:353–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351
352 template <class I>
353 inline bool Consume(I* b, I* d, I* e) {
354 if (b != d) {
355 return Slave->Consume(b, d, e);
356 }
357
358 return true;
359 }
360
361 S* Slave;
362};

Callers

nothing calls this directly

Calls 1

ConsumeMethod · 0.45

Tested by

no test coverage detected