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

Method clear

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

Source from the content-addressed store, hash-verified

113 size_t size() const { return M.size(); }
114
115 void clear() { M.clear(); }
116 std::pair<iterator, bool> insert(KV E);
117 template <typename... Ts>
118 std::pair<iterator, bool> try_emplace(const ObjectKey &K, Ts &&... Args) {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected