MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / 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 AddIfCloser(a any)
159}
160type Closers []io.Closer

Callers 15

upPartMethod · 0.65
getLinkMethod · 0.65
isTokenExpiredMethod · 0.65
MustParseTimeFunction · 0.65
putMethod · 0.65
TokenMethod · 0.65
uploadS3Method · 0.65
isTokenExpiredMethod · 0.65
GetApiFunction · 0.65
PutMethod · 0.65
UploadByMultipartMethod · 0.65

Implementers 1

SyncCloserspkg/utils/io.go

Calls

no outgoing calls

Tested by 10

TestTask_ManagerFunction · 0.52
TestTask_CancelFunction · 0.52
TestTask_RetryFunction · 0.52
TestDoDupSuppressFunction · 0.52
TestPanicDoFunction · 0.52
TestGoexitDoFunction · 0.52
TestConcurrentRangeFunction · 0.52
TestMemLSExpiryFunction · 0.52
TestRace9796Function · 0.52