Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OxideEngine/Oxide
/ test_add
Function
test_add
oxide_render/lib.rs:8–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
mod test {
7
#[test]
8
fn test_add() {
9
use super::*;
10
assert_eq!(add(3, 4), 7);
11
}
12
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected