| 771 | } |
| 772 | |
| 773 | boost::optional<openstudio::path> BCLMeasure::primaryScriptPath() const { |
| 774 | return (measureLanguage() == MeasureLanguage::Ruby) ? primaryRubyScriptPath() : primaryPythonScriptPath(); |
| 775 | } |
| 776 | |
| 777 | FileReferenceType BCLMeasure::inputFileType() const { |
| 778 | FileReferenceType result = FileReferenceType::Unknown; |
no outgoing calls
no test coverage detected