MCPcopy 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
208void ProgramMemory::swap(ProgramMemory &pm) noexcept
209{
210 mValues.swap(pm.mValues);
211}
212
213void ProgramMemory::clear()
214{

Callers 6

swapFunction · 0.45
valueFlowForLoop2Function · 0.45
checkScopeMethod · 0.45
fsSetDefinesMethod · 0.45
getConfigsFunction · 0.45
getFileInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected