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

Function parseOptionalBridgeJSON

internal/cli/bridge.go:1142–1144  ·  view source on GitHub ↗
(raw string)

Source from the content-addressed store, hash-verified

1140}
1141
1142func parseOptionalBridgeJSON(raw string) (*json.RawMessage, error) {
1143 return parseOptionalBridgeJSONWithLabel(raw, "delivery defaults")
1144}
1145
1146func parseOptionalBridgeJSONWithLabel(raw string, label string) (*json.RawMessage, error) {
1147 trimmed := strings.TrimSpace(raw)

Callers 1

buildBridgeCreatePayloadFunction · 0.85

Calls 1

Tested by

no test coverage detected