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

Function initializeModel

src/model/FileOperations.cpp:248–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 }
247
248 openstudio::path initializeModel(openstudio::model::Model model) {
249 return initializeModel(model, openstudio::path());
250 }
251
252 openstudio::path initializeModel(openstudio::model::Model model, const openstudio::path& savedPath) {
253 openstudio::path modelTempDir = createModelTempDir();

Callers

nothing calls this directly

Calls 5

createModelTempDirFunction · 0.85
initializeModelTempDirFunction · 0.85
updateModelTempDirFunction · 0.85
attachWorkflowFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected