MCPcopy Create free account
hub / github.com/openclaw/gogcli / NewMemory

Function NewMemory

internal/gmailwatch/repository.go:67–73  ·  view source on GitHub ↗
(state State, options Options)

Source from the content-addressed store, hash-verified

65}
66
67func NewMemory(state State, options Options) *Repository {
68 repository := New("", options)
69 repository.memory = true
70 repository.state = cloneState(state)
71
72 return repository
73}
74
75func Load(path string, options Options) (*Repository, error) {
76 repository := New(path, options)

Calls 2

cloneStateFunction · 0.85
NewFunction · 0.70