Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
std::string BCLFileReference::fileType() const {
83
return openstudio::replace(openstudio::toString(m_path.extension()),
"."
,
""
);
84
}
85
86
std::string BCLFileReference::usageType() const {
87
return m_usageType;
Callers
4
BCLFileReference
Method · 0.95
addMeasure
Method · 0.45
files
Method · 0.45
TEST_F
Function · 0.45
Calls
3
replace
Function · 0.85
extension
Method · 0.80
toString
Function · 0.50
Tested by
1
TEST_F
Function · 0.36