Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ clear
Method
clear
externals/simplecpp/simplecpp.cpp:3042–3045 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3040
}
3041
3042
void clear() {
3043
std::lock_guard<std::mutex> lock(m_mutex);
3044
m_pathSet.clear();
3045
}
3046
3047
private:
3048
std::set<std::string> m_pathSet;
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected