MCPcopy Create free account
hub / github.com/MITK/MITK / SetTempDirectory

Method SetTempDirectory

Modules/RESTAPI/src/mitkDataStorageController.cpp:309–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309void DataStorageController::SetTempDirectory(const std::string& tempDir)
310{
311 m_TempDirectory = tempDir;
312}
313
314void DataStorageController::SetFileAccessConfig(FileAccessMode mode, const std::vector<std::string>& allowedDirs, const std::string& tempDirectory)
315{

Callers 2

setUpMethod · 0.80
StartMethod · 0.80

Calls

no outgoing calls

Tested by 1

setUpMethod · 0.64