Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetLength
Function
GetLength
library/cpp/neh/http_common.cpp:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
32
template <typename T>
33
size_t GetLength(const T& urlParts) {
34
TCountingOutput out(&Cnull);
35
WriteImpl(urlParts, out);
36
return out.Counter();
37
}
38
39
template <typename T>
40
void WriteUrl(const T& urlParts, IOutputStream& out) {
Callers
10
BuildRequest
Function · 0.70
WriteImpl
Method · 0.50
Seek
Method · 0.50
WriteImpl
Method · 0.50
Seek
Method · 0.50
Find
Method · 0.50
Get
Method · 0.50
Preallocate
Method · 0.50
Reserve
Method · 0.50
Flush
Method · 0.50
Calls
2
WriteImpl
Function · 0.85
Counter
Method · 0.45
Tested by
no test coverage detected