Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
private:
34
Container _hash;
Callers
1
ClearFile
Method · 0.45
Calls
3
find
Method · 0.45
end
Method · 0.45
erase
Method · 0.45
Tested by
no test coverage detected