MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / empty

Method empty

lib/programmemory.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223bool ProgramMemory::empty() const
224{
225 return mValues->empty();
226}
227
228// NOLINTNEXTLINE(performance-unnecessary-value-param) - technically correct but we are moving the given values
229void ProgramMemory::replace(ProgramMemory pm, bool skipUnknown)

Callers 15

fooFunction · 0.45
fooFunction · 0.45
hasOperandMethod · 0.45
loadCppcheckCfgMethod · 0.45
getNameAndVersionMethod · 0.45
parseEnabledMethod · 0.45
applyEnabledMethod · 0.45
isPremiumEnabledMethod · 0.45
collectLogCheckersMethod · 0.45
isRelativePatternFunction · 0.45
nullPointerErrorMethod · 0.45
getFileInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected