The shared context of the object tree. */
| 34 | |
| 35 | /** The shared context of the object tree. */ |
| 36 | MContext* context() const {return _context;} |
| 37 | |
| 38 | /** The parent collection, if any. */ |
| 39 | MCollection* parent() const {return _parent;} |
nothing calls this directly
no outgoing calls
no test coverage detected