Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ruddle/Fomos
/ step
Method
step
bootloader/kernel/src/globals.rs:53–57 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
51
}
52
}
53
pub fn step(&mut self) {
54
for k in self.keys.iter_mut() {
55
k.step();
56
}
57
}
58
}
59
60
#[repr(u8)]
Callers
1
kernel_main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected