MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / empty

Method empty

Libs/sol/sol.hpp:23969–23971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23967 }
23968
23969 bool empty() const {
23970 return cbegin() == cend();
23971 }
23972
23973 template <typename T>
23974 auto operator[](T&& key) & {

Callers 7

make_chunk_nameFunction · 0.45
extractInfoMethod · 0.45
getDialogueMethod · 0.45
vector_dataFunction · 0.45
dataFunction · 0.45

Calls 2

cbeginFunction · 0.85
cendFunction · 0.85

Tested by

no test coverage detected