Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
Bundle::~Bundle() = default;
98
99
BundleInitializer Bundle::prepareForInit() {
100
return BundleInitializer(this);
101
}
102
103
bool Bundle::hasRemoteArchive() const {
104
std::lock_guard<std::recursive_mutex> guard(_mutex);
Callers
2
makeInitializedBundle
Function · 0.80
registerBundle
Method · 0.80
Calls
1
BundleInitializer
Class · 0.85
Tested by
1
makeInitializedBundle
Function · 0.64