MCPcopy Create free account
hub / github.com/ablab/spades / empty

Method empty

ext/include/llvm/Support/JSON.h:185–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 const_iterator end() const { return V.end(); }
184
185 bool empty() const { return V.empty(); }
186 size_t size() const { return V.size(); }
187 void reserve(size_t S) { V.reserve(S); }
188

Callers 15

parseNumericPrecisionMethod · 0.45
formatMethod · 0.45
formatMethod · 0.45
formatMethod · 0.45
consumeOneOptionMethod · 0.45
parseOptionsMethod · 0.45
ResetMethod · 0.45
consumeShowUnitMethod · 0.45
formatMethod · 0.45
popMethod · 0.45
logMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected