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