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

Method primaryScriptPath

src/utilities/bcl/BCLMeasure.cpp:773–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

getMeasureInfoMethod · 0.80
applyMeasuresMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected