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

Function isMutable

lib/symboldatabase.h:389–391  ·  view source on GitHub ↗

* Is variable mutable. * @return true if mutable, false if not */

Source from the content-addressed store, hash-verified

387 * @return true if mutable, false if not
388 */
389 bool isMutable() const {
390 return getFlag(fIsMutable);
391 }
392
393 /**
394 * Is variable volatile.

Callers

nothing calls this directly

Calls 1

getFlagFunction · 0.70

Tested by

no test coverage detected