| 330 | } |
| 331 | |
| 332 | ui32 TFeaturesLayout::GetCatFeatureCount() const noexcept { |
| 333 | // cast is safe because of size invariant established in constructors |
| 334 | return (ui32)CatFeatureInternalIdxToExternalIdx.size(); |
| 335 | } |
| 336 | |
| 337 | ui32 TFeaturesLayout::GetTextFeatureCount() const noexcept { |
| 338 | // cast is safe because of size invariant established in constructors |
no test coverage detected