| 55 | }; |
| 56 | |
| 57 | StringBox bundleEntryToString(const ValdiModuleArchiveEntry& entry) { |
| 58 | return StringCache::getGlobal().makeString(reinterpret_cast<const char*>(entry.data), entry.size); |
| 59 | } |
| 60 | |
| 61 | TEST(RemoteModuleManager, canRegisterManifest) { |
| 62 | RemoteModuleManagerWrapper wrapper; |
no test coverage detected