MCPcopy Create free account
hub / github.com/Snapchat/Valdi / bundleEntryToString

Function bundleEntryToString

valdi/test/runtime/RemoteModuleManagerTests.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

TESTFunction · 0.85

Calls 2

getGlobalFunction · 0.85
makeStringMethod · 0.80

Tested by

no test coverage detected