MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / sysinfo

Class sysinfo

src/foundation/system_info.c:218–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216
217 size_t host_ram = 0;
218 struct sysinfo si;
219 if (sysinfo(&si) == 0) {
220 host_ram = (size_t)si.totalram * (size_t)si.mem_unit;
221 }

Callers 1

detect_system_linuxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected