Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/runfinch/finch
/ mem
Struct
mem
pkg/fmemory/fmemory.go:18–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
type
mem
struct
{}
19
20
func
(mem) TotalMemory() uint64 {
21
return
memory.TotalMemory()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected