We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SymlinkCheck::inner
1 parent 02878c9 commit 7dcba9fCopy full SHA for 7dcba9f
gix-status/src/lib.rs
@@ -47,7 +47,8 @@ pub use index_as_worktree_with_renames::function::index_as_worktree_with_renames
47
/// It can efficiently validate paths when these are queried in sort-order, which leads to each component
48
/// to only be checked once.
49
pub struct SymlinkCheck {
50
- inner: gix_fs::Stack,
+ /// Supports querying additional information, like the stack root.
51
+ pub inner: gix_fs::Stack,
52
}
53
54
mod stack;
0 commit comments