MCPcopy
hub / github.com/AlistGo/alist / Add

Method Add

pkg/utils/io.go:157–157  ·  view source on GitHub ↗
(closer io.Closer)

Source from the content-addressed store, hash-verified

155type ClosersIF interface {
156 io.Closer
157 Add(closer io.Closer)
158 AddClosers(closers Closers)
159 GetClosers() Closers
160}

Callers 15

ReadMethod · 0.65
getLinkMethod · 0.65
MustParseTimeFunction · 0.65
putMethod · 0.65
createDirectLinkMethod · 0.65
TokenMethod · 0.65
GetApiFunction · 0.65
PutMethod · 0.65
LinkMethod · 0.65
ListMethod · 0.65
SignURLFunction · 0.65
getTokenMethod · 0.65

Implementers 1

Closerspkg/utils/io.go

Calls

no outgoing calls

Tested by 4

TestDoDupSuppressFunction · 0.52
TestConcurrentRangeFunction · 0.52
TestMemLSExpiryFunction · 0.52
TestRace9796Function · 0.52