Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ Clear
Method
Clear
framework/src/bundle/BundleRegistry.cpp:75–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void
76
BundleRegistry::Clear()
77
{
78
auto l = bundles.Lock();
79
US_UNUSED(l);
80
bundles.v.clear();
81
}
82
83
/*
84
This function acquires a lock and decrements the reference count
Callers
1
Uninit1
Method · 0.45
Calls
2
Lock
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected