| 221 | } |
| 222 | |
| 223 | bool 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 |
| 229 | void ProgramMemory::replace(ProgramMemory pm, bool skipUnknown) |
no outgoing calls
no test coverage detected