GetINode returns the INode associated with this Node.
()
| 102 | |
| 103 | // GetINode returns the INode associated with this Node. |
| 104 | func (n *Node) GetINode() INode { |
| 105 | |
| 106 | return n.inode |
| 107 | } |
| 108 | |
| 109 | // GetNode satisfies the INode interface |
| 110 | // and returns a pointer to the embedded Node. |
no outgoing calls
no test coverage detected