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

Function classifySandboxNetworkMutationPath

internal/cli/config.go:1735–1744  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

1733}
1734
1735func classifySandboxNetworkMutationPath(name string) (configSetValueKind, bool, bool) {
1736 switch name {
1737 case "allow_public_ingress", "allow_outbound", configRequiredKey:
1738 return configSetBool, false, true
1739 case "allow_list", "deny_list":
1740 return configSetStringSlice, false, true
1741 default:
1742 return configSetString, false, false
1743 }
1744}
1745
1746func classifySandboxDaytonaMutationPath(name string) (configSetValueKind, bool, bool) {
1747 switch name {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected