Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ Start
Method
Start
cmd/formatter/shortcut.go:81–81 ·
view source on GitHub ↗
(context.Context)
Source
from the content-addressed store, hash-verified
79
// Feature is an compose feature that can be started/stopped by a menu command
80
type
Feature
interface
{
81
Start(context.Context) error
82
Stop() error
83
}
84
Callers
4
TestDoneDeadlockFix
Function · 0.65
Setup
Function · 0.65
runStart
Function · 0.65
ToggleWatch
Method · 0.65
Implementers
4
MockCompose
pkg/mocks/mock_docker_compose_api.go
MockComposeMockRecorder
pkg/mocks/mock_docker_compose_api.go
composeService
pkg/compose/compose.go
Watcher
pkg/compose/watch.go
Calls
no outgoing calls
Tested by
1
TestDoneDeadlockFix
Function · 0.52