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

Method stopUserServers

drive/driveimpl/remote_impl.go:239–245  ·  view source on GitHub ↗
(userServers map[string]*userServer)

Source from the content-addressed store, hash-verified

237}
238
239func (s *FileSystemForRemote) stopUserServers(userServers map[string]*userServer) {
240 for _, server := range userServers {
241 if err := server.Close(); err != nil {
242 s.logf("error closing taildrive user server: %v", err)
243 }
244 }
245}
246
247func (s *FileSystemForRemote) closeChildren(children map[string]*compositedav.Child) {
248 for _, child := range children {

Callers 2

SetSharesMethod · 0.95
CloseMethod · 0.95

Implementers 1

FileSystemForRemotedrive/driveimpl/remote_impl.go

Calls 2

CloseMethod · 0.65
logfMethod · 0.45

Tested by

no test coverage detected