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

Function parseRequiredBridgeJSON

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

Source from the content-addressed store, hash-verified

1152}
1153
1154func parseRequiredBridgeJSON(raw string) (*json.RawMessage, error) {
1155 return parseRequiredBridgeJSONWithLabel(raw, "delivery defaults")
1156}
1157
1158func parseRequiredBridgeJSONWithLabel(raw string, label string) (*json.RawMessage, error) {
1159 trimmed := strings.TrimSpace(raw)

Calls 1