MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / MakeSizeInformation

Function MakeSizeInformation

Goldleaf/source/ui/ui_MemoryLayout.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 inline std::string MakeSizeInformation(const size_t free_space, const size_t total_space) {
37 return fs::FormatSize(free_space) + " " + cfg::Strings.GetString(221) + " / " + fs::FormatSize(total_space);
38 }
39
40 }
41

Callers 1

UpdateElementsMethod · 0.85

Calls 1

FormatSizeFunction · 0.85

Tested by

no test coverage detected