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

Method IsEmpty

library/cpp/coroutine/engine/stack/stack_storage.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 bool TStorage::IsEmpty() const noexcept {
20 return Released_.empty() && Full_.empty();
21 }
22
23 size_t TStorage::Size() const noexcept {
24 return Released_.size() + Full_.size();

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected