| 31 | bool mutableChildren() const {return _mutableChildren;} |
| 32 | |
| 33 | void setMutableChildren(bool m) {assert(_mutable); _mutableChildren = m;} |
| 34 | |
| 35 | /** The shared context of the object tree. */ |
| 36 | MContext* context() const {return _context;} |
nothing calls this directly
no outgoing calls
no test coverage detected