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

Method setSeedFile

src/utilities/filetypes/WorkflowJSON.cpp:573–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571 }
572
573 bool WorkflowJSON_Impl::setSeedFile(const openstudio::path& seedFile) {
574 m_value["seed_file"] = toString(seedFile);
575 onUpdate();
576 return true;
577 }
578
579 void WorkflowJSON_Impl::resetSeedFile() {
580 m_value.removeMember("seed_file");

Callers 4

saveModelFunction · 0.80
setup_testMethod · 0.80
setup_testMethod · 0.80
TESTFunction · 0.80

Calls 1

toStringFunction · 0.50

Tested by 3

setup_testMethod · 0.64
setup_testMethod · 0.64
TESTFunction · 0.64