Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OxideEngine/Oxide
/ add
Function
add
oxide_render/lib.rs:1–3 ·
view source on GitHub ↗
(x: i32, y: i32)
Source
from the content-addressed store, hash-verified
1
pub fn add(x: i32, y: i32) -> i32 {
2
x + y
3
}
4
5
#[cfg(test)]
6
mod test {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected