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

Method url

src/model/WeatherFile.cpp:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 }
121
122 boost::optional<std::string> WeatherFile_Impl::url() const {
123 return getString(OS_WeatherFileFields::Url, false, true);
124 }
125
126 boost::optional<openstudio::path> WeatherFile_Impl::path() const {
127 boost::optional<openstudio::path> result;

Callers 1

pathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected