Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Next
Method
Next
util/string/split.h:935–943 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
933
}
934
935
inline TIteratorState* Next() {
936
TIteratorState* ret;
937
938
do {
939
ret = Base::Next();
940
} while (ret && !Filter_.Accept(ret));
941
942
return ret;
943
}
944
945
Filter Filter_;
946
};
Callers
nothing calls this directly
Calls
2
Next
Function · 0.50
Accept
Method · 0.45
Tested by
no test coverage detected