Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/filebrowser/filebrowser
/ DeleteWithPathPrefix
Method
DeleteWithPathPrefix
share/storage.go:123–125 ·
view source on GitHub ↗
(path string, userID uint)
Source
from the content-addressed store, hash-verified
121
}
122
123
func
(s *Storage) DeleteWithPathPrefix(path string, userID uint) error {
124
return
s.back.DeleteWithPathPrefix(path, userID)
125
}
Callers
nothing calls this directly
Calls
1
DeleteWithPathPrefix
Method · 0.65
Tested by
no test coverage detected