| 606 | }; |
| 607 | |
| 608 | std::unique_ptr<IObjectRepository> CreateObjectRepository(IPlatformEnvironment& env) |
| 609 | { |
| 610 | return std::make_unique<ObjectRepository>(env); |
| 611 | } |
| 612 | |
| 613 | bool IsObjectCustom(const ObjectRepositoryItem* object) |
| 614 | { |
no outgoing calls
no test coverage detected