Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
  • Loading branch information
butonic committed Dec 13, 2021
1 parent a89f550 commit 0060846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storage/utils/decomposedfs/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ func (n *Node) InternalPath() string {
return n.lu.InternalPath(n.ID)
}

// InternalSpaceRootPath returns the internal path of the space root
func (n *Node) InternalSpaceRootPath() string {
return n.lu.InternalPath(n.SpaceRoot)
}
Expand Down

0 comments on commit 0060846

Please sign in to comment.