Inode returns the dentry's inode.
()
| 626 | |
| 627 | // Inode returns the dentry's inode. |
| 628 | func (d *Dentry) Inode() Inode { |
| 629 | return d.inode |
| 630 | } |
| 631 | |
| 632 | // FSLocalPath returns an absolute path to d, relative to the root of its |
| 633 | // filesystem. |
no outgoing calls
no test coverage detected