()
| 210 | /// Create flags for an explicitly tracked empty directory. |
| 211 | #[inline] |
| 212 | pub const fn explicit_empty() -> u8 { |
| 213 | DIR_EXPLICIT | DIR_EMPTY |
| 214 | } |
| 215 | |
| 216 | /// Create flags for an explicitly tracked non-empty directory. |
| 217 | #[inline] |
no outgoing calls