Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Consume
Method
Consume
util/string/split.h:328–338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
326
}
327
328
inline bool Consume(I* b, I* d, I* e) {
329
if (!Cnt) {
330
Last = b;
331
332
return false;
333
}
334
335
--Cnt;
336
337
return Slave->Consume(b, d, e);
338
}
339
340
size_t Cnt;
341
S* Slave;
Callers
nothing calls this directly
Calls
1
Consume
Method · 0.45
Tested by
no test coverage detected