MCPcopy Create free account
hub / github.com/devspace-sh/devspace / NewManager

Function NewManager

pkg/devspace/devpod/manager.go:55–61  ·  view source on GitHub ↗
(cancel context.CancelFunc)

Source from the content-addressed store, hash-verified

53}
54
55func NewManager(cancel context.CancelFunc) Manager {
56 return &devPodManager{
57 cancels: []context.CancelFunc{cancel},
58 lockFactory: lockfactory.NewDefaultLockFactory(),
59 devPods: map[string]*devPod{},
60 }
61}
62
63func (d *devPodManager) List() []string {
64 d.m.Lock()

Callers 2

startNewDependencyMethod · 0.92
runPipelineFunction · 0.92

Calls 1

NewDefaultLockFactoryFunction · 0.92

Tested by

no test coverage detected