Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ sysinfo
Class
sysinfo
src/net.cpp:241–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
240
static string GetSystemInfo() {
241
struct sysinfo info;
242
sysinfo(&info);
243
244
struct statvfs fsinfo;
Callers
1
GetSystemInfo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected