Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ abcd
Method
abcd
util/generic/string_ut.h:112–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
DECLARE_AND_RETURN_BUFFER(
"abc"
);
111
}
112
const CharT* abcd() {
113
DECLARE_AND_RETURN_BUFFER(
"abcd"
);
114
}
115
const CharT* abcde() {
116
DECLARE_AND_RETURN_BUFFER(
"abcde"
);
117
}
Callers
4
TestReplace
Method · 0.80
TestOperatorsCI
Method · 0.80
TestCopy
Method · 0.80
TestStrCpy
Method · 0.80
Calls
no outgoing calls
Tested by
4
TestReplace
Method · 0.64
TestOperatorsCI
Method · 0.64
TestCopy
Method · 0.64
TestStrCpy
Method · 0.64