Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Emivvvvv/AmongOS
/ test_runner
Function
test_runner
tests/basic_boot.rs:18–20 ·
view source on GitHub ↗
(_tests: &[&dyn Fn()])
Source
from the content-addressed store, hash-verified
16
}
17
18
fn test_runner(_tests: &[&dyn Fn()]) {
19
unimplemented!();
20
}
21
22
#[panic_handler]
23
fn panic(info: &PanicInfo) -> ! {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected