MCPcopy Create free account
hub / github.com/devld/go-drive / ObjectDisposable

Interface ObjectDisposable

script/runtime.go:203–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203type ObjectDisposable interface {
204 Dispose()
205}
206
207type ObjectClosable interface {
208 Close()

Callers 8

requestFunction · 0.65
requestFunction · 0.65
ReturnMethod · 0.65
DisposeMethod · 0.65
cleanExpiredMethod · 0.65
DisposeDisposablesMethod · 0.65
DisposeMethod · 0.65

Implementers 15

contextWithTimeoutscript/call_common.go
VMPoolscript/pool.go
httpResponsescript/call_http.go
VMscript/runtime.go
countingDisposablescript/pool_test.go
UserDAOstorage/users.go
OptionsDAOstorage/options.go
DBstorage/db.go
FileBucketDAOstorage/file_bucket.go
DriveCacheDAOstorage/drive_cache.go
FailBanGroupserver/fail_ban.go
DBTokenStoreserver/db_token.go

Calls

no outgoing calls

Tested by

no test coverage detected