Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
124
func
(s *proxyClient) Workspace() string {
125
s.m.Lock()
126
defer
s.m.Unlock()
127
128
return
s.workspace.ID
129
}
130
131
func
(s *proxyClient) WorkspaceConfig() *provider.Workspace {
132
s.m.Lock()
Callers
nothing calls this directly
Calls
2
Lock
Method · 0.65
Unlock
Method · 0.65
Tested by
no test coverage detected