()
| 59 | type noWorkspaceInPath struct{} |
| 60 | |
| 61 | func (noWorkspaceInPath) Error() string { |
| 62 | return "no.workspace.in.path" |
| 63 | } |
| 64 | |
| 65 | func newWorkspaceHandler() *WorkspaceHandler { |
| 66 | u := &WorkspaceHandler{} |
nothing calls this directly
no outgoing calls
no test coverage detected