MCPcopy Create free account
hub / github.com/tailscale/tailscale / Close

Method Close

drive/driveimpl/local_impl.go:93–97  ·  view source on GitHub ↗

Close() stops serving the WebDAV content

()

Source from the content-addressed store, hash-verified

91
92// Close() stops serving the WebDAV content
93func (s *FileSystemForLocal) Close() error {
94 err := s.listener.Close()
95 s.h.Close()
96 return err
97}

Callers

nothing calls this directly

Implementers 1

FileSystemForLocaldrive/driveimpl/local_impl.go

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected