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

Method bundleService

internal/daemon/native_tools.go:577–582  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

575}
576
577func (n *daemonNativeTools) bundleService() core.BundleService {
578 if n == nil || n.deps == nil || n.deps.BundleService == nil {
579 return nil
580 }
581 return n.deps.BundleService()
582}
583
584func extensionRegistryDependency(registry Registry) *extensionpkg.Registry {
585 if registry == nil {

Callers 6

bundlesListMethod · 0.95
bundlesInfoMethod · 0.95
bundlesActivateMethod · 0.95
bundlesDeactivateMethod · 0.95
bundlesStatusMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected