Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Selectively11/CloudRedirect
/ Dispose
Method
Dispose
ui/Services/SteamStoreClient.cs:431–435 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
429
}
430
431
public void Dispose()
432
{
433
_http.Dispose();
434
_diskLock.Dispose();
435
}
436
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected