Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ usageType
Method
usageType
src/utilities/bcl/BCLFileReference.cpp:86–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
std::string BCLFileReference::usageType() const {
87
return m_usageType;
88
}
89
90
void BCLFileReference::setChecksum(const std::string& checksum) {
91
m_checksum = checksum;
Callers
1
fileName
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected