()
| 198 | /// Create flags for an explicitly tracked empty directory. |
| 199 | #[inline] |
| 200 | pub const fn explicit_empty() -> u8 { |
| 201 | DIR_EXPLICIT | DIR_EMPTY |
| 202 | } |
| 203 | |
| 204 | /// Create flags for an explicitly tracked non-empty directory. |
| 205 | #[inline] |
no outgoing calls