Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ orig
Method
orig
util/generic/string_ut.h:265–267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
263
DECLARE_AND_RETURN_BUFFER(
"Asdf"
);
264
}
265
const CharT* orig() {
266
DECLARE_AND_RETURN_BUFFER(
"orig"
);
267
}
268
const CharT* fdfdsfds() {
269
DECLARE_AND_RETURN_BUFFER(
"fdfdsfds"
);
270
}
Callers
1
TestRefCount
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestRefCount
Method · 0.64