Returns the mount id that this is mounted to.
| 696 | |
| 697 | /// Returns the mount id that this is mounted to. |
| 698 | virtual U32 getMountNode() { return mMount.node; } |
| 699 | |
| 700 | /// Returns true if this object is mounted to anything at all |
| 701 | /// Also try to resolve the PID to objectId here if it is pending. |
no outgoing calls
no test coverage detected