Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ Finalize
Method
Finalize
Sources/Shared/IO/WebRequest.cpp:914–919 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
912
}
913
914
void WebResponseImpl::Finalize()
915
{
916
if (_request.GetStorage() == WebRequest::Storage::File) {
917
_file->Dispose();
918
}
919
}
920
921
WebResponse::WebResponse() = default;
922
Callers
1
ProcessStateEvent
Method · 0.45
Calls
2
GetStorage
Method · 0.45
Dispose
Method · 0.45
Tested by
no test coverage detected