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

Method isInIddFile

src/utilities/idf/Workspace.cpp:1553–1555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1551 }
1552
1553 bool Workspace_Impl::isInIddFile(IddObjectType type) const {
1554 return m_iddFileAndFactoryWrapper.isInFile(type);
1555 }
1556
1557 std::string Workspace_Impl::nextName(const std::string& name, bool fillIn) const {
1558 if (m_fastNaming) {

Callers

nothing calls this directly

Calls 1

isInFileMethod · 0.80

Tested by

no test coverage detected