MCPcopy 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
240static string GetSystemInfo() {
241 struct sysinfo info;
242 sysinfo(&info);
243
244 struct statvfs fsinfo;

Callers 1

GetSystemInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected