| 386 | } |
| 387 | |
| 388 | bool TSShape::renameNode(const String& oldName, const String& newName) |
| 389 | { |
| 390 | return doRename(this, nodes, oldName, newName); |
| 391 | } |
| 392 | |
| 393 | bool TSShape::renameObject(const String& oldName, const String& newName) |
| 394 | { |
no test coverage detected