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

Method GetBundleActivation

internal/cli/client.go:160–160  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

158 ActivateBundle(ctx context.Context, request ActivateBundleRequest) (BundleActivationRecord, error)
159 ListBundleActivations(ctx context.Context) ([]BundleActivationRecord, error)
160 GetBundleActivation(ctx context.Context, id string) (BundleActivationRecord, error)
161 UpdateBundleActivation(
162 ctx context.Context,
163 id string,

Callers 1

newBundleGetCommandFunction · 0.65

Implementers 2

stubClientinternal/cli/helpers_test.go
unixSocketClientinternal/cli/client.go

Calls

no outgoing calls

Tested by

no test coverage detected