MCPcopy
hub / github.com/runfinch/finch / TotalMemory

Method TotalMemory

pkg/fmemory/fmemory.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18type mem struct{}
19
20func (mem) TotalMemory() uint64 {
21 return memory.TotalMemory()
22}
23
24// NewMemory returns a Memory instance that calls memory.TotalMemory under the hood.
25func NewMemory() Memory {

Callers

nothing calls this directly

Calls 1

TotalMemoryMethod · 0.65

Tested by

no test coverage detected