Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ HasEntry
Method
HasEntry
src/CamuleFileConfig.h:58–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
bool HasEntry(const wxString& strName) const override
59
{
60
CCtypeAsciiScope scope;
61
return wxFileConfig::HasEntry(strName);
62
}
63
64
bool DeleteEntry(const wxString& key, bool bGroupIfEmptyAlso = true) override
65
{
Callers
1
LoadAllItems
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected