MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / ~WebResponseImpl

Method ~WebResponseImpl

Sources/Shared/IO/WebRequest.cpp:761–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759 : _request(request) {}
760
761 WebResponseImpl::~WebResponseImpl()
762 {
763 auto path = _file->GetPath();
764 if (FileSystem::FileExists(path)) {
765 FileSystem::RemoveFile(path);
766 }
767 }
768
769 WebRequest::Result WebResponseImpl::InitializeFileStorage()
770 {

Callers

nothing calls this directly

Calls 1

GetPathMethod · 0.45

Tested by

no test coverage detected