MCPcopy Create free account
hub / github.com/OpenNMT/CTranslate2 / empty

Method empty

include/ctranslate2/storage_view.h:148–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 }
147
148 bool empty() const {
149 return _size == 0;
150 }
151
152 operator bool() const {
153 return !empty();

Callers 1

is_scalarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected