MCPcopy Create free account
hub / github.com/GANGE666/xVMP / empty

Method empty

src/lib/Bitcode/Reader/MetadataLoader.cpp:144–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 Metadata *back() const { return MetadataPtrs.back(); }
143 void pop_back() { MetadataPtrs.pop_back(); }
144 bool empty() const { return MetadataPtrs.empty(); }
145
146 Metadata *operator[](unsigned i) const {
147 assert(i < MetadataPtrs.size());

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected