Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ swap
Method
swap
lib/programmemory.cpp:208–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
}
207
208
void ProgramMemory::swap(ProgramMemory &pm) noexcept
209
{
210
mValues.swap(pm.mValues);
211
}
212
213
void ProgramMemory::clear()
214
{
Callers
6
swap
Function · 0.45
valueFlowForLoop2
Function · 0.45
checkScope
Method · 0.45
fsSetDefines
Method · 0.45
getConfigs
Function · 0.45
getFileInfo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected