MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / type

Method type

src/utilities/sql/SqlFileTimeSeriesQuery.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19EnvironmentIdentifier::EnvironmentIdentifier(const std::string& name) : m_name(name) {}
20
21OptionalEnvironmentType EnvironmentIdentifier::type() const {
22 return m_type;
23}
24
25OptionalString EnvironmentIdentifier::name() const {
26 return m_name;

Callers 4

expandEnvironmentMethod · 0.45
timeSeriesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected