Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Build
Method
Build
catboost/private/libs/text_processing/text_column_builder.cpp:13–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
TVector<TText> TTextColumnBuilder::Build() {
14
CB_ENSURE_INTERNAL(!WasBuilt,
"Build could be done only once"
);
15
WasBuilt = true;
16
return Texts;
17
}
Callers
3
BuildPolynom
Function · 0.45
Apply
Method · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected