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

Method csvFile

src/model/ScheduleFile.cpp:229–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 }
228
229 boost::optional<CSVFile> ScheduleFile_Impl::csvFile() const {
230 boost::optional<CSVFile> csvFile;
231 ExternalFile externalFile = this->externalFile();
232 csvFile = CSVFile::load(externalFile.filePath());
233 return csvFile;
234 }
235
236 bool ScheduleFile_Impl::translateFileWithRelativePath() const {
237 boost::optional<std::string> value = getString(OS_Schedule_FileFields::TranslateFileWithRelativePath, true);

Callers

nothing calls this directly

Calls 2

externalFileMethod · 0.95
filePathMethod · 0.80

Tested by

no test coverage detected