Module git_repository::worktree::fs

source ·
Expand description

file system related utilities

Modules

Structs

A cache for efficiently executing operations on directories and files which are encountered in sorted order. That way, these operations can be re-used for subsequent invocations in the same directory.
Common knowledge about the worktree that is needed across most interactions with the work tree
A stack of path components with the delegation of side-effects as the currently set path changes, component by component.