MCPcopy 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
18BCLComponent::BCLComponent() : m_uid(toString(openstudio::createUUID())) {}
19
20// Downloaded component from component.xml
21BCLComponent::BCLComponent(const openstudio::path& dir) : m_directory(dir) {

Callers

nothing calls this directly

Calls 8

createUUIDFunction · 0.85
replaceFunction · 0.85
beginMethod · 0.80
toStringFunction · 0.50
endMethod · 0.45
childrenMethod · 0.45
push_backMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected