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

Method getValue

test/testprogrammemory.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 void getValue() const {
95 ProgramMemory pm;
96 ASSERT(!pm.getValue(123));
97 }
98
99 void at() const {
100 ProgramMemory pm;

Callers 1

copyOnWriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected