| 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; |
no test coverage detected