Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ SysInfo
Function
SysInfo
LibLemon/src/lemon/info.cpp:5–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
4
namespace Lemon{
5
lemon_sysinfo_t SysInfo(){
6
lemon_sysinfo_t info;
7
syscall(SYS_INFO, &info);
8
return info;
9
}
10
}
Callers
2
main
Function · 0.50
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected