| 522 | } |
| 523 | |
| 524 | static bool isUsingClassic() |
| 525 | { |
| 526 | auto& env = GetContext()->GetPlatformEnvironment(); |
| 527 | return env.IsUsingClassic(); |
| 528 | } |
| 529 | |
| 530 | std::unique_ptr<Object> CreateObjectFromJson( |
| 531 | json_t& jRoot, const IFileDataRetriever* fileRetriever, bool loadImageTable, const std::string_view path) |
no test coverage detected