MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / run

Method run

kernel/src/lib.rs:54–58  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

52 T: Fn(),
53{
54 fn run(&self) {
55 serial_print!("{}...\t", core::any::type_name::<T>());
56 self();
57 serial_println!("[ok]");
58 }
59}
60
61pub fn test_runner(tests: &[&dyn Testable]) {

Callers 1

test_runnerFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_runnerFunction · 0.36