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

Method resetFilePaths

src/utilities/filetypes/WorkflowJSON.cpp:453–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451 }
452
453 void WorkflowJSON_Impl::resetFilePaths() {
454 m_value["file_paths"] = Json::Value(Json::arrayValue);
455 onUpdate();
456 }
457
458 boost::optional<openstudio::path> WorkflowJSON_Impl::findFile(const openstudio::path& file) const {
459 // if absolute check if exists

Callers 1

runInitializationMethod · 0.80

Calls 1

ValueClass · 0.70

Tested by

no test coverage detected