Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TUncheckedSize
Class
TUncheckedSize
library/cpp/string_utils/url/url.cpp:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
namespace {
19
struct TUncheckedSize {
20
static bool Has(size_t) {
21
return true;
22
}
23
};
24
25
struct TKnownSize {
26
size_t MySize;
Callers
1
GetHttpPrefixSize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected