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

Method empty

include/ctranslate2/batch_reader.h:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 bool empty() const {
41 return streams.empty();
42 }
43
44 size_t length(size_t index = 0) const {
45 if (index >= streams.size())

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected