MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / Delete

Method Delete

CodeFormatServer/src/DB/DBBase.h:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 };
25
26 virtual void Delete(const K &key) {
27 auto it = _hash.find(key);
28 if (it != _hash.end()) {
29 _hash.erase(it);
30 }
31 }
32
33private:
34 Container _hash;

Callers 1

ClearFileMethod · 0.45

Calls 3

findMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected