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

Method fileType

src/utilities/bcl/BCLFileReference.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82std::string BCLFileReference::fileType() const {
83 return openstudio::replace(openstudio::toString(m_path.extension()), ".", "");
84}
85
86std::string BCLFileReference::usageType() const {
87 return m_usageType;

Callers 4

BCLFileReferenceMethod · 0.95
addMeasureMethod · 0.45
filesMethod · 0.45
TEST_FFunction · 0.45

Calls 3

replaceFunction · 0.85
extensionMethod · 0.80
toStringFunction · 0.50

Tested by 1

TEST_FFunction · 0.36