Returns true if this collection or its contents (at any level) have been modified. */
| 23 | public: |
| 24 | /** Returns true if this collection or its contents (at any level) have been modified. */ |
| 25 | bool isMutable() const {return _mutable;} |
| 26 | |
| 27 | /** Returns true if this collection or its contents (at any level) have been modified. */ |
| 28 | bool isMutated() const {return _mutated;} |
nothing calls this directly
no outgoing calls
no test coverage detected