Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ abs
Function
abs
Kernel/src/math.cpp:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
int abs(int num) {
15
return num < 0 ? -num : num;
16
}
Callers
2
surfacecpy
Function · 0.85
DragBrush
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected