MCPcopy 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

ProcessStateEventMethod · 0.45

Calls 2

GetStorageMethod · 0.45
DisposeMethod · 0.45

Tested by

no test coverage detected