Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ BCLComponent
Method
BCLComponent
src/utilities/bcl/BCLComponent.cpp:18–18 ·
view source on GitHub ↗
New component
Source
from the content-addressed store, hash-verified
16
17
// New component
18
BCLComponent::BCLComponent() : m_uid(toString(openstudio::createUUID())) {}
19
20
// Downloaded component from component.xml
21
BCLComponent::BCLComponent(const openstudio::path& dir) : m_directory(dir) {
Callers
nothing calls this directly
Calls
8
createUUID
Function · 0.85
replace
Function · 0.85
begin
Method · 0.80
toString
Function · 0.50
end
Method · 0.45
children
Method · 0.45
push_back
Method · 0.45
empty
Method · 0.45
Tested by
no test coverage detected