MCPcopy Create free account
hub / github.com/catboost/catboost / GetSize

Method GetSize

library/cpp/coroutine/engine/stack/stack.h:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 return Stack_.GetAlignedMemory();
63 }
64 size_t GetSize() const noexcept {
65 return Stack_.GetSize();
66 }
67
68 TArrayRef<char> Get() noexcept;
69 bool LowerCanaryOk() const noexcept;

Callers

nothing calls this directly

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected