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

Method resolvePotentialNameConflicts

src/utilities/idf/Workspace.cpp:1942–1944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1940 }
1941 }
1942 bool Workspace_Impl::resolvePotentialNameConflicts(Workspace& other) {
1943 return resolvePotentialNameConflicts(other, std::vector<unsigned>());
1944 }
1945
1946 bool Workspace_Impl::resolvePotentialNameConflicts(Workspace& other, const std::vector<unsigned>& toIgnore) {
1947 bool changeMade = false;

Callers 1

WorkspaceMethod · 0.80

Calls 14

intersectReferenceListsFunction · 0.85
hasNameFieldMethod · 0.80
iddObjectMethod · 0.80
beginMethod · 0.80
referencesMethod · 0.80
briefDescriptionMethod · 0.80
emptyMethod · 0.45
objectsMethod · 0.45
endMethod · 0.45
nameMethod · 0.45
push_backMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected