Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ z123z123
Method
z123z123
util/generic/string_ut.h:241–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
DECLARE_AND_RETURN_BUFFER(
"abcdABC123"
);
240
}
241
const CharT* z123z123() {
242
DECLARE_AND_RETURN_BUFFER(
"z123z123"
);
243
}
244
const CharT* ASDF1234QWER() {
245
DECLARE_AND_RETURN_BUFFER(
"ASDF1234QWER"
);
246
}
Callers
1
TestUtils
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestUtils
Method · 0.64