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

Function supportBundleOperationPath

internal/cli/client.go:1728–1730  ·  view source on GitHub ↗
(operationID string)

Source from the content-addressed store, hash-verified

1726}
1727
1728func supportBundleOperationPath(operationID string) string {
1729 return "/api/support/bundles/" + url.PathEscape(strings.TrimSpace(operationID))
1730}
1731
1732func (c *unixSocketClient) GetSettingsUpdate(ctx context.Context) (SettingsUpdateRecord, error) {
1733 var response SettingsUpdateRecord

Callers 2

GetSupportBundleMethod · 0.85
DownloadSupportBundleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected