Constant git_repository::path::realpath::MAX_SYMLINKS
source · pub const MAX_SYMLINKS: u8 = 32; // 32u8
Expand description
The default amount of symlinks we may follow when resolving a path in realpath()
.
pub const MAX_SYMLINKS: u8 = 32; // 32u8
The default amount of symlinks we may follow when resolving a path in realpath()
.