MCPcopy
hub / github.com/jaypipes/ghw / String

Method String

pkg/memory/memory.go:94–96  ·  view source on GitHub ↗

String returns a short string with a summary of memory information

()

Source from the content-addressed store, hash-verified

92
93// String returns a short string with a summary of memory information
94func (i *Info) String() string {
95 return i.Area.String()
96}
97
98// simple private struct used to encapsulate memory information in a top-level
99// "memory" YAML/JSON map/object key

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected