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

Method fileName

src/model/ExternalFile.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 std::string ExternalFile_Impl::fileName() const {
107 boost::optional<std::string> value = getString(OS_External_FileFields::FileName, true);
108 OS_ASSERT(value);
109 return value.get();
110 }
111
112 path ExternalFile_Impl::filePath() const {
113 path result;

Callers 8

translatedFilePathMethod · 0.45
getExternalFileMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
MathJax.jsFile · 0.45

Calls 1

getMethod · 0.45

Tested by 5

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36