Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AlistGo/alist
/ Closers
Struct
Closers
pkg/utils/io.go:162–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
type
Closers
struct
{
163
closers []io.Closer
164
}
165
166
func
(c *Closers) GetClosers() Closers {
167
return
*c
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected