MCPcopy 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

BuildRequestFunction · 0.70
WriteImplMethod · 0.50
SeekMethod · 0.50
WriteImplMethod · 0.50
SeekMethod · 0.50
FindMethod · 0.50
GetMethod · 0.50
PreallocateMethod · 0.50
ReserveMethod · 0.50
FlushMethod · 0.50

Calls 2

WriteImplFunction · 0.85
CounterMethod · 0.45

Tested by

no test coverage detected