MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / createModelTempDir

Function createModelTempDir

src/model/FileOperations.cpp:146–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145
146 openstudio::path createModelTempDir() {
147 const auto result = openstudio::filesystem::create_temporary_directory("osmodel");
148 LOG_FREE(Info, "createModelTempDir", "Created directory '" << toString(result) << "'");
149 OS_ASSERT(!result.empty());
150 return result;
151 }
152
153 bool initializeModelTempDir(const openstudio::path& osmPath, const openstudio::path& modelTempDir) {
154 bool result = true;

Callers 1

initializeModelFunction · 0.85

Calls 3

toStringFunction · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected