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

Method GetTempDirectory

Sources/Shared/IO/WebRequest.cpp:1424–1431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1422 WebSessionImpl::~WebSessionImpl() = default;
1423
1424 String WebSessionImpl::GetTempDirectory() const
1425 {
1426 if (_tempDir.empty()) {
1427 return FileSystem::GetTempDirectory();
1428 }
1429
1430 return _tempDir;
1431 }
1432
1433 WebSessionBase::WebSessionBase() = default;
1434

Callers 1

InitializeFileStorageMethod · 0.45

Calls 2

DEATH_ASSERTFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected