Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ trivial_assertion
Function
trivial_assertion
kernel/src/main.rs:108–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
107
#[test_case]
108
fn trivial_assertion() {
109
assert_eq!(1, 1);
110
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected