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

Method sqlFile

src/model/Model.cpp:1305–1311  ·  view source on GitHub ↗

get the sql file

Source from the content-addressed store, hash-verified

1303
1304 /// get the sql file
1305 boost::optional<openstudio::SqlFile> Model_Impl::sqlFile() const {
1306 if (m_sqlFile) {
1307 return boost::optional<openstudio::SqlFile>(*m_sqlFile);
1308 } else {
1309 return {};
1310 }
1311 }
1312
1313 bool Model_Impl::setWorkflowJSON(const openstudio::WorkflowJSON& workflowJSON) {
1314 m_workflowJSON = workflowJSON;

Calls

no outgoing calls

Tested by

no test coverage detected