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

Method path

src/model/WeatherFile.cpp:126–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 boost::optional<openstudio::path> WeatherFile_Impl::path() const {
127 boost::optional<openstudio::path> result;
128 OptionalString oUrlStr = this->url();
129 if (oUrlStr) {
130 result = toPath(*oUrlStr);
131 }
132 return result;
133 }
134
135 boost::optional<std::string> WeatherFile_Impl::checksum() const {
136 return getString(OS_WeatherFileFields::Checksum, true);

Callers 15

fileMethod · 0.95
makeUrlRelativeMethod · 0.95
makeUrlAbsoluteMethod · 0.95
require_relativeMethod · 0.45
const_missingMethod · 0.45
do_GETMethod · 0.45
do_POSTMethod · 0.45
incrementStepMethod · 0.45
prepareForMeasureRunMethod · 0.45
setWeatherFileMethod · 0.45

Calls 2

urlMethod · 0.95
toPathFunction · 0.50

Tested by 2

testExampleModelFunction · 0.36
testExampleComponentFunction · 0.36