MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / newPathError

Function newPathError

pkg/gowebdav/errors.go:35–41  ·  view source on GitHub ↗
(op string, path string, statusCode int)

Source from the content-addressed store, hash-verified

33}
34
35func newPathError(op string, path string, statusCode int) error {
36 return &os.PathError{
37 Op: op,
38 Path: path,
39 Err: StatusError{statusCode},
40 }
41}
42
43func newPathErrorErr(op string, path string, err error) error {
44 return &os.PathError{

Callers 12

reqMethod · 0.85
propfindMethod · 0.85
copymoveMethod · 0.85
ConnectMethod · 0.85
ReadDirMethod · 0.85
RemoveAllMethod · 0.85
MkdirMethod · 0.85
MkdirAllMethod · 0.85
ReadStreamMethod · 0.85
ReadStreamRangeMethod · 0.85
WriteMethod · 0.85
WriteStreamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected