Info contains information about the memory on a host system.
| 77 | |
| 78 | // Info contains information about the memory on a host system. |
| 79 | type Info struct { |
| 80 | Area |
| 81 | } |
| 82 | |
| 83 | // New returns an Info struct that describes the memory on a host system. |
| 84 | func New(args ...any) (*Info, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected