MCPcopy Index your code
hub / github.com/docker/docker-agent / UpdateMemory

Method UpdateMemory

pkg/memory/database/database.go:25–25  ·  view source on GitHub ↗
(ctx context.Context, memory UserMemory)

Source from the content-addressed store, hash-verified

23 DeleteMemory(ctx context.Context, memory UserMemory) error
24 SearchMemories(ctx context.Context, query, category string) ([]UserMemory, error)
25 UpdateMemory(ctx context.Context, memory UserMemory) error
26}

Callers 2

TestUpdateMemoryFunction · 0.65

Implementers 2

MockDBpkg/tools/builtin/memory/memory_test.g
MemoryDatabasepkg/memory/database/sqlite/sqlite.go

Calls

no outgoing calls

Tested by 2

TestUpdateMemoryFunction · 0.52