Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ SetThis
Method
SetThis
framework/src/bundle/CoreBundleContext.cpp:114–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
void
115
CoreBundleContext::SetThis(std::shared_ptr<CoreBundleContext> const& self)
116
{
117
this->self.Lock(), this->self.v = self;
118
}
119
120
void
121
CoreBundleContext::Init()
Callers
2
~CoreBundleContextHolder
Method · 0.80
NewFramework
Method · 0.80
Calls
1
Lock
Method · 0.80
Tested by
no test coverage detected