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

Method Disable

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

Source from the content-addressed store, hash-verified

963}
964
965func (s daemonMemoryProviderService) Disable(
966 ctx context.Context,
967 workspaceID string,
968 name string,
969 _ string,
970) (contract.MemoryProviderLifecycleResponse, error) {
971 provider, err := s.Get(ctx, workspaceID, name)
972 return contract.MemoryProviderLifecycleResponse{Provider: provider, Changed: false}, err
973}
974
975func memoryProviderPayload(
976 registration extensionpkg.MemoryProviderRegistration,

Callers

nothing calls this directly

Calls 1

GetMethod · 0.95

Tested by

no test coverage detected