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

Method absoluteRootDir

src/utilities/filetypes/WorkflowJSON.cpp:350–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348 }
349
350 openstudio::path WorkflowJSON_Impl::absoluteRootDir() const {
351 openstudio::path result = rootDir();
352 if (result.is_relative()) {
353 return canonicalOrAbsolute(result, oswDir());
354 }
355 return result;
356 }
357
358 bool WorkflowJSON_Impl::setRootDir(const openstudio::path& path) {
359 if (path.is_relative()) {

Callers 13

incrementStepMethod · 0.80
filePathMethod · 0.80
ExternalFileMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80
runPostProcessMethod · 0.80

Calls 1

canonicalOrAbsoluteFunction · 0.85

Tested by 4

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64