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

Method prepareForInit

valdi/src/valdi/runtime/Resources/Bundle.cpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97Bundle::~Bundle() = default;
98
99BundleInitializer Bundle::prepareForInit() {
100 return BundleInitializer(this);
101}
102
103bool Bundle::hasRemoteArchive() const {
104 std::lock_guard<std::recursive_mutex> guard(_mutex);

Callers 2

makeInitializedBundleFunction · 0.80
registerBundleMethod · 0.80

Calls 1

BundleInitializerClass · 0.85

Tested by 1

makeInitializedBundleFunction · 0.64