MCPcopy Create free account
hub / github.com/pydio/cells / Error

Method Error

common/nodes/path/handler-path-workspace.go:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59type noWorkspaceInPath struct{}
60
61func (noWorkspaceInPath) Error() string {
62 return "no.workspace.in.path"
63}
64
65func newWorkspaceHandler() *WorkspaceHandler {
66 u := &WorkspaceHandler{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected