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

Method clear

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

Source from the content-addressed store, hash-verified

187 void reserve(size_t S) { V.reserve(S); }
188
189 void clear() { V.clear(); }
190 void push_back(const Value &E) { V.push_back(E); }
191 void push_back(Value &&E) { V.push_back(std::move(E)); }
192 template <typename... Args> void emplace_back(Args &&... A) {

Callers 6

BumpPtrAllocatorImplMethod · 0.45
ResetMethod · 0.45
setFileMethod · 0.45
clearMethod · 0.45
fromJSONFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected