Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
29
struct BootcTmpfilesGeneration(u32);
30
31
impl BootcTmpfilesGeneration {
32
fn increment(&mut self) {
Callers
2
test_tmpfiles_d_translation
Function · 0.85
test_log_regfile
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_tmpfiles_d_translation
Function · 0.68
test_log_regfile
Function · 0.68