Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ path
Method
path
src/utilities/bcl/BCLFileReference.cpp:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
openstudio::path BCLFileReference::path() const {
40
return m_path;
41
}
42
43
openstudio::path BCLFileReference::relativePath() const {
44
return openstudio::filesystem::relative(m_path, m_measureRootDir);
Callers
1
checkForUpdate
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected