Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MhmRdd/NoHello
/ utsname
Class
utsname
module/src/main/cpp/utils.cpp:303–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
301
302
static int getKernelVersion() {
303
struct utsname un{};
304
if (uname(&un) != 0) {
305
return 0;
306
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected