MCPcopy Create free account
hub / github.com/docker/compose / down

Function down

docs/examples/provider.go:102–104  ·  view source on GitHub ↗
(_ *cobra.Command, _ []string)

Source from the content-addressed store, hash-verified

100}
101
102func down(_ *cobra.Command, _ []string) {
103 fmt.Printf(`{ "type": "error", "message": "Permission error" }%s`, lineSeparator)
104}
105
106func stop(_ *cobra.Command, _ []string) {
107 if marker := os.Getenv("PROVIDER_STOP_MARKER"); marker != "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected