MCPcopy Create free account
hub / github.com/bootc-dev/bootc / BootcTmpfilesGeneration

Class BootcTmpfilesGeneration

crates/tmpfiles/src/lib.rs:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27/// The number of times we've generated a tmpfiles.d
28#[derive(Debug, Default)]
29struct BootcTmpfilesGeneration(u32);
30
31impl BootcTmpfilesGeneration {
32 fn increment(&mut self) {

Callers 2

test_log_regfileFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_log_regfileFunction · 0.68