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

Function nativeBundleToolError

internal/daemon/native_bundle_resource_tools.go:464–466  ·  view source on GitHub ↗
(id toolspkg.ToolID, err error)

Source from the content-addressed store, hash-verified

462}
463
464func nativeBundleToolError(id toolspkg.ToolID, err error) error {
465 return nativeHTTPStatusToolError(id, err, core.StatusForBundleError(err))
466}
467
468func nativeResourceToolError(id toolspkg.ToolID, err error) error {
469 return nativeHTTPStatusToolError(id, err, core.StatusForResourceError(err))

Callers 5

bundlesListMethod · 0.85
bundlesInfoMethod · 0.85
bundlesActivateMethod · 0.85
bundlesDeactivateMethod · 0.85
bundlesStatusMethod · 0.85

Calls 2

StatusForBundleErrorFunction · 0.92

Tested by

no test coverage detected