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

Method TotalMemory

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

Source from the content-addressed store, hash-verified

13//go:generate mockgen -copyright_file=../../copyright_header -destination=../mocks/pkg_fmemory_memory.go -package=mocks -mock_names Memory=Memory . Memory
14type Memory interface {
15 TotalMemory() uint64
16}
17
18type mem struct{}

Callers 8

TotalMemoryMethod · 0.65
TestValidateFunction · 0.65
memoryDefaultFunction · 0.65
platformLoadTestsFunction · 0.65
Test_loadFinchConfigFunction · 0.65
validateFunction · 0.65
TestXmainFunction · 0.65

Implementers 3

Memorypkg/mocks/pkg_fmemory_memory.go
MemoryMockRecorderpkg/mocks/pkg_fmemory_memory.go
mempkg/fmemory/fmemory.go

Calls

no outgoing calls

Tested by 5

TestValidateFunction · 0.52
platformLoadTestsFunction · 0.52
Test_loadFinchConfigFunction · 0.52
TestXmainFunction · 0.52