MCPcopy
hub / github.com/loft-sh/devpod / proxyClient

Struct proxyClient

pkg/client/clientimplementation/proxy_client.go:43–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43type proxyClient struct {
44 m sync.Mutex
45
46 workspaceLockOnce sync.Once
47 workspaceLock *flock.Flock
48
49 devPodConfig *config.Config
50 config *provider.ProviderConfig
51 workspace *provider.Workspace
52 log log.Logger
53}
54
55func (s *proxyClient) Lock(ctx context.Context) error {
56 s.initLock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected