MCPcopy Create free account
hub / github.com/compozy/agh / Enable

Method Enable

internal/daemon/memory_runtime.go:955–963  ·  view source on GitHub ↗
(
	ctx context.Context,
	workspaceID string,
	name string,
	_ string,
)

Source from the content-addressed store, hash-verified

953}
954
955func (s daemonMemoryProviderService) Enable(
956 ctx context.Context,
957 workspaceID string,
958 name string,
959 _ string,
960) (contract.MemoryProviderLifecycleResponse, error) {
961 provider, err := s.Get(ctx, workspaceID, name)
962 return contract.MemoryProviderLifecycleResponse{Provider: provider, Changed: false}, err
963}
964
965func (s daemonMemoryProviderService) Disable(
966 ctx context.Context,

Callers

nothing calls this directly

Calls 1

GetMethod · 0.95

Tested by

no test coverage detected