MCPcopy 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
123func (s *Storage) DeleteWithPathPrefix(path string, userID uint) error {
124 return s.back.DeleteWithPathPrefix(path, userID)
125}

Callers

nothing calls this directly

Calls 1

DeleteWithPathPrefixMethod · 0.65

Tested by

no test coverage detected