Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ add
Method
add
externals/simplecpp/simplecpp.cpp:3037–3040 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3035
}
3036
3037
void add(const std::string& path) {
3038
std::lock_guard<std::mutex> lock(m_mutex);
3039
m_pathSet.insert(path);
3040
}
3041
3042
void clear() {
3043
std::lock_guard<std::mutex> lock(m_mutex);
Callers
1
openHeaderDirect
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected