Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ Close
Method
Close
framework/src/bundle/BundleStorageMemory.cpp:95–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
void
96
BundleStorageMemory::Close()
97
{
98
auto l = archives.Lock();
99
US_UNUSED(l);
100
archives.v.clear();
101
}
102
} // namespace cppmicroservices
Callers
nothing calls this directly
Calls
2
Lock
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected