()
| 129 | } |
| 130 | |
| 131 | func (s *proxyClient) WorkspaceConfig() *provider.Workspace { |
| 132 | s.m.Lock() |
| 133 | defer s.m.Unlock() |
| 134 | |
| 135 | return provider.CloneWorkspace(s.workspace) |
| 136 | } |
| 137 | |
| 138 | func (s *proxyClient) Context() string { |
| 139 | return s.workspace.Context |
nothing calls this directly
no test coverage detected