Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Pad
Function
Pad
util/datetime/base.cpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
39
template <size_t N>
40
inline TPad<N> Pad(int i) {
41
return {i};
42
}
43
44
inline IOutputStream& operator<<(IOutputStream& o, const TPad<2>& p) {
45
if (p.I < 10) {
Callers
4
Final
Method · 0.85
NewBlock
Method · 0.85
OnVal
Method · 0.85
OnClose
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected