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

Method workspace

src/utilities/idf/WorkspaceObject.cpp:148–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 }
147
148 Workspace WorkspaceObject_Impl::workspace() const {
149 return {workspaceImpl()->shared_from_this()};
150 }
151
152 boost::optional<std::string> WorkspaceObject_Impl::getString(unsigned index, bool returnDefault, bool returnUninitializedEmpty) const {
153 if (canBeSource(index) && (index < numFields())) {

Callers 8

removeMethod · 0.95
getTargetMethod · 0.95
targetsMethod · 0.95
sourcesMethod · 0.95
getSourcesMethod · 0.95
createNameMethod · 0.95
objectListFieldsEqualMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected