Constant tvix_castore::nodes::symlink_target::MAX_TARGET_LEN
source ยท pub const MAX_TARGET_LEN: usize = 4095;
Expand description
The maximum length a symlink target can have. Linux allows 4095 bytes here.
pub const MAX_TARGET_LEN: usize = 4095;
The maximum length a symlink target can have. Linux allows 4095 bytes here.