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

Method createName

src/utilities/idf/WorkspaceObject.cpp:364–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362 }
363
364 boost::optional<std::string> WorkspaceObject_Impl::createName() {
365 return createName(true);
366 }
367
368 boost::optional<std::string> WorkspaceObject_Impl::createName(bool overwrite) {
369 OptionalString result;

Callers 1

idfObjectImplPtrMethod · 0.45

Calls 8

workspaceMethod · 0.95
nameClass · 0.85
nameFieldIndexMethod · 0.80
nextNameMethod · 0.80
emptyMethod · 0.45
typeMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected