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

Method Workspace

pkg/client/clientimplementation/proxy_client.go:124–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122}
123
124func (s *proxyClient) Workspace() string {
125 s.m.Lock()
126 defer s.m.Unlock()
127
128 return s.workspace.ID
129}
130
131func (s *proxyClient) WorkspaceConfig() *provider.Workspace {
132 s.m.Lock()

Callers

nothing calls this directly

Calls 2

LockMethod · 0.65
UnlockMethod · 0.65

Tested by

no test coverage detected