Close() stops serving the WebDAV content
()
| 91 | |
| 92 | // Close() stops serving the WebDAV content |
| 93 | func (s *FileSystemForLocal) Close() error { |
| 94 | err := s.listener.Close() |
| 95 | s.h.Close() |
| 96 | return err |
| 97 | } |
nothing calls this directly
no test coverage detected