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

Method closeChildren

drive/driveimpl/remote_impl.go:247–251  ·  view source on GitHub ↗
(children map[string]*compositedav.Child)

Source from the content-addressed store, hash-verified

245}
246
247func (s *FileSystemForRemote) closeChildren(children map[string]*compositedav.Child) {
248 for _, child := range children {
249 child.CloseIdleConnections()
250 }
251}
252
253// Close() implements drive.FileSystemForRemote.
254func (s *FileSystemForRemote) Close() error {

Callers 2

SetSharesMethod · 0.95
CloseMethod · 0.95

Implementers 1

FileSystemForRemotedrive/driveimpl/remote_impl.go

Calls 1

CloseIdleConnectionsMethod · 0.65

Tested by

no test coverage detected