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

Struct Memory

pkg/mocks/pkg_fmemory_memory.go:22–26  ·  view source on GitHub ↗

Memory is a mock of Memory interface.

Source from the content-addressed store, hash-verified

20
21// Memory is a mock of Memory interface.
22type Memory struct {
23 ctrl *gomock.Controller
24 recorder *MemoryMockRecorder
25 isgomock struct{}
26}
27
28// MemoryMockRecorder is the mock recorder for Memory.
29type MemoryMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected