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

Struct Info

pkg/memory/memory.go:79–81  ·  view source on GitHub ↗

Info contains information about the memory on a host system.

Source from the content-addressed store, hash-verified

77
78// Info contains information about the memory on a host system.
79type Info struct {
80 Area
81}
82
83// New returns an Info struct that describes the memory on a host system.
84func New(args ...any) (*Info, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected